wolegca.github.io/index.html

19 lines
593 B
HTML
Raw Normal View History

2018-12-21 02:06:04 +08:00
<!DOCTYPE html>
<html lang="zh">
<head>
2019-01-20 17:07:44 +08:00
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
2019-09-09 17:57:54 +08:00
<link rel="stylesheet" href="index.css">
2019-09-09 17:08:08 +08:00
<title>title</title>
2018-12-21 02:06:04 +08:00
<head>
<body>
2019-09-09 17:57:54 +08:00
<div class="menu-container">
<ul>
<li><a href="/">首页</a></li>
<li><a href="javascript:void(0);">关于</a></li>
</ul>
</div>
2019-01-20 17:07:44 +08:00
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js"></script>
<script src="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/js/bootstrap.min.js"></script>
2018-12-21 02:06:04 +08:00
</body>
</html>