-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuban.html
33 lines (27 loc) · 1.17 KB
/
muban.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://coolsigh.github.io/sty.css">
<style>
</style>
<script src=""></script>
<script>
</script>
</head>
<body style="background-color: #99d;">
<div style="background-color: #fff; padding: 10px; border-radius: 20px;">
<h1>Clsh's Tools</h1>
<ul class="y">
<li><a style="float: left;" href="https://coolsigh.github.io/">主页</a></li>
<li><a style="float: left;" href="https://coolsigh.github.io/branches">分支</a></li>
<li style="float: right;"><a href="https://coolsigh.github.io/about.html">关于</a></li>
<li style="float: right;"><a href="https://coolsigh.github.io/wiki/contactus.html">联系我们</a></li>
</ul>
<hr style="border: 1px solid #aaa; background-color: #aaa;">
<!--内容写在这里-->
</div>
</body>
</html>