-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.menu.ml.html
77 lines (77 loc) · 2.05 KB
/
index.menu.ml.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://fingerecho.gitee.io/myblog/jpg/icon/favicon.gif">
<title>小方个人网</title>
<style type="text/css">
html,body{
margin: 0px;
padding: 0px;
}
body {
overflow:scroll;
overflow-y:hidden;
overflow-x:hidden;
}
html,body{
width: 100%;
height: 100%;
overflow: hidden;
background-color: #ff4400;
}
#main-nav,table,tr,td,span,p{
margin: 0px;padding: 0px;
}
tr{
height: 35px;
}
span,p,a{
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
a{
text-decoration: none;
font-size: 16px;
color: #fff;
}
a:hover{
text-decoration: none;
color:#fff;
}
#main-nav{
width: 100%;
height: 100%;
}
#nav{
width: 100%;
height: 100%;
}
table{
border: 1px black solid;
border-collapse:collapse;
border-radius: 15px;
margin-left:20%;
margin-top:3%;
}
</style>
<meta name="baidu_ssp_verify" content="5c4710fe5772e40638d709c25d86e7fe">
<meta name="baidu-site-verification" content="6UKNbbIR2L" />
<script src="https://fingerecho.gitee.io/bmk/html/js/fingerprint.js"></script>
<script src="https://cdn.staticfile.org/blueimp-md5/2.10.0/js/md5.min.js"></script>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div id="main-nav">
<div id="site-title-name" style="margin-top:0.5rem"><a href="./index.html"><-Back</a></div>
<div id="nav">
<table border="1" width="60%" bgcolor="#f40" cellpadding="2">
<tr><td>share</td></td><td><a href="./lives/learning_stuffs.html">学习资源</a></td></tr>
</table>
</div>
</div>
<script type="text/javascript" src="./js/tck/index.js" async="true" id="alitck"></script>
</body>
</html>