You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
443 B
15 lines
443 B
6 years ago
|
{{template "header"}}
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<ul class="nav nav-pills">
|
||
|
<li role="presentation" class="active"><a href="/">首页</a></li>
|
||
|
<li role="presentation"><a href="/">列表</a></li>
|
||
|
<li role="presentation"><a href="/">分类</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<script src="/static/js/reload.min.js"></script>
|
||
|
</body>
|
||
|
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||
|
</html>
|