|
@@ -2,41 +2,41 @@ doctype html
|
|
|
html
|
|
html
|
|
|
head
|
|
head
|
|
|
title= title
|
|
title= title
|
|
|
- link(rel='stylesheet', href='https://cdn.bootcss.com/bootswatch/4.0.0/litera/bootstrap.min.css')
|
|
|
|
|
- script(src='https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js')
|
|
|
|
|
- script(src='https://cdn.bootcss.com/bootstrap/4.0.0/js/bootstrap.min.js')
|
|
|
|
|
|
|
+ link(rel='stylesheet', href='https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css')
|
|
|
|
|
+ script(src='https://cdn.jsdelivr.net/npm/jquery@3.5/dist/jquery.min.js')
|
|
|
|
|
+ script(src='https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js')
|
|
|
script(src='https://cdn.jsdelivr.net/npm/vue@2')
|
|
script(src='https://cdn.jsdelivr.net/npm/vue@2')
|
|
|
- script(src='/javascripts/axios.min.js')
|
|
|
|
|
|
|
+ script(src='https://cdn.jsdelivr.net/npm/axios@0')
|
|
|
script(src='/javascripts/jquery.loading.min.js')
|
|
script(src='/javascripts/jquery.loading.min.js')
|
|
|
|
|
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
link(rel='stylesheet', href='/stylesheets/jquery.loading.min.css')
|
|
link(rel='stylesheet', href='/stylesheets/jquery.loading.min.css')
|
|
|
meta(content='width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0' name='viewport')
|
|
meta(content='width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0' name='viewport')
|
|
|
body
|
|
body
|
|
|
- <div class="navbar navbar-expand-lg fixed-top navbar-light bg-light" style="">
|
|
|
|
|
- <div class="container">
|
|
|
|
|
- <a href="/" class="navbar-brand">naiveBoom</a>
|
|
|
|
|
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation" style="">
|
|
|
|
|
- <span class="navbar-toggler-icon"></span>
|
|
|
|
|
|
|
+ <div class='navbar navbar-expand-lg fixed-top navbar-light bg-light'>
|
|
|
|
|
+ <div class='container'>
|
|
|
|
|
+ <a href='/' class='navbar-brand'>naiveBoom</a>
|
|
|
|
|
+ <button class='navbar-toggler' type='button' data-toggle='collapse' data-target='#navbarResponsive' aria-controls='navbarResponsive' aria-expanded='false' aria-label='Toggle navigation' style=''>
|
|
|
|
|
+ <span class='navbar-toggler-icon'></span>
|
|
|
</button>
|
|
</button>
|
|
|
- <div class="collapse navbar-collapse" id="navbarResponsive">
|
|
|
|
|
- <ul class="navbar-nav">
|
|
|
|
|
- <li class="nav-item">
|
|
|
|
|
- <a class="nav-link" target='_blank' href="https://github.com/kchown/naiveboom">GitHub</a>
|
|
|
|
|
|
|
+ <div class='collapse navbar-collapse' id='navbarResponsive'>
|
|
|
|
|
+ <ul class='navbar-nav'>
|
|
|
|
|
+ <li class='nav-item'>
|
|
|
|
|
+ <a class='nav-link' target='_blank' href='https://github.com/kchown/naiveboom'>GitHub</a>
|
|
|
</li>
|
|
</li>
|
|
|
- <li class="nav-item">
|
|
|
|
|
- <a class="nav-link" target='_blank' href="https://kch.host">Blog</a>
|
|
|
|
|
|
|
+ <li class='nav-item'>
|
|
|
|
|
+ <a class='nav-link' target='_blank' href='https://kch.host'>Blog</a>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="container maincontent">
|
|
|
|
|
|
|
+ <div class='container maincontent'>
|
|
|
<noscript>
|
|
<noscript>
|
|
|
- <div class="alert alert-dismissible alert-danger">
|
|
|
|
|
- <button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
|
|
|
+ <div class='alert alert-dismissible alert-danger'>
|
|
|
|
|
+ <button type='button' class='close' data-dismiss='alert'>×</button>
|
|
|
<strong>上帝啊!</strong> 您禁用了JavaScript,请开启它 <br> 如果您禁止使用JavaScript,将无法使用我们的服务!
|
|
<strong>上帝啊!</strong> 您禁用了JavaScript,请开启它 <br> 如果您禁止使用JavaScript,将无法使用我们的服务!
|
|
|
- <a href="http://www.chiefgroup.com.hk/temp/chiefeasy/how-to-enable-javascript.html" target='_blank' class="alert-link">查看如何开启Cookie</a>
|
|
|
|
|
|
|
+ <a href='http://www.chiefgroup.com.hk/temp/chiefeasy/how-to-enable-javascript.html' target='_blank' class='alert-link'>查看如何开启Cookie</a>
|
|
|
</div>
|
|
</div>
|
|
|
</noscript>
|
|
</noscript>
|
|
|
block content
|
|
block content
|