wolegca.github.io/index.html

38 lines
1008 B
HTML
Raw Normal View History

2018-12-21 02:06:04 +08:00
<!DOCTYPE html>
<html lang="zh">
2019-09-12 01:30:49 +08:00
2018-12-21 02:06:04 +08:00
<head>
2019-09-12 01:30:49 +08:00
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
2019-09-12 10:32:34 +08:00
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2019-09-12 10:27:45 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
2019-09-09 17:57:54 +08:00
<link rel="stylesheet" href="index.css">
2019-09-12 01:30:49 +08:00
<link rel="stylesheet" href="animations.css">
2019-09-09 17:08:08 +08:00
<title>title</title>
2019-09-12 01:30:49 +08:00
</head>
2018-12-21 02:06:04 +08:00
<body>
2019-09-12 01:30:49 +08:00
<input type="checkbox" id="menu-control">
2019-09-09 17:57:54 +08:00
<div class="menu-container">
2019-09-12 01:30:49 +08:00
<ul>
<li><a href="/">首页</a></li>
<li><a href="javascript:void(0);">关于</a></li>
</ul>
</div>
<label for="menu-control">
2019-09-09 18:11:41 +08:00
<div class="menu-button">
<span></span>
<span></span>
<span></span>
</div>
2019-09-12 01:30:49 +08:00
</label>
<div class="content-border">
<div class="content">
你就是个垃圾
</div>
2019-09-09 17:57:54 +08:00
</div>
2019-09-12 01:30:49 +08:00
2019-01-20 17:07:44 +08:00
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js"></script>
2018-12-21 02:06:04 +08:00
</body>
2019-09-12 01:30:49 +08:00
</html>