-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>test</title>
<style type="text/css">
.a1{
font-family: Arial, Helvetica, sans-serif;
color: black;
}
ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li{
float: left;
}
a:link,a:visited{
display: block;
width: 50px;
font-weight: bold;
color: #000;
background-color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
}
a:hover,a:active{
background-color: #e6e6e6;
}
</style>
<script src="./assets/js/Crepper.js"></script>
<script src="./assets/js/a30266.js"></script>
</head>
<body>
<ul>
<li><a href="">主页</a></li>
<li><a href="https://aunst.github.io/Matlantic_Newspaper_Office/">档案室</a></li>
</ul>
<hr>
<p class="a1">帕是屑吗?</p>
<button type="button" onclick="Crepper()">点我查看答案!</button>
<p id="Crepper"> </p>
<div id="add">
</div>
<p id="a30266"> </p>
</body>
<a href="https://icp.gov.moe/?keyword=20223026" target="_blank">萌ICP备20223026号</a>
</html>