-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
53 lines (43 loc) · 1.57 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML>
<html>
<head>
<title> 舔狗日记</title>
<meta name="keywords" content="舔狗日记,青山绿水,husay.cc">
<meta name="description" content="这是一个舔狗日记集合网站">
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./static/css/main.css" />
<noscript><link rel="stylesheet" href="./static/css/noscript.css" /></noscript>
</head>
<body onselectstart="return false" oncontextmenu=self.event.returnValue=false>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span>舔狗日记</span> </div>
<div class="content">
<div class="inner">
<h2><?php echo date("Y年m月d日D")?> 晴</h2>
<h3 id="sentence"></h3>
</div>
</div>
<button class="btn btn-primary btn-filled btn-xs" onclick="randomSentence()">再来一段</button>
<nav>
</header>
<!-- Footer -->
<footer id="footer">
<p class="copyright">©青山 版权所有<a target="_black" href='https://husay.cc'>青山发布</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="./static/js/jquery.min.js"></script>
<script src="./static/js/skel.min.js"></script>
<script src="./static/js/util.js"></script>
<script src="./static/js/main.js"></script>
<script src="./static/js/index.js"></script>
</body>
</html>