-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.html
52 lines (52 loc) · 2.43 KB
/
en.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!--搜索引擎识别代码-->
<meta name="google-site-verification" content="Z9iqPgdBeigTbJYJPYb4GxNGT2hchyrAMExFHicwVQg" />
<title>Sudsier's Personal Home Page</title>
<!--网页大小自适应-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes">
<!--title旁的logo-->
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" media="screen" />
<!--调用main.css-->
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<style>
.box {
border:2px solid #eeeeee;
padding:10px 8px;
background:#fefefe;
border-radius:5px;
-moz-border-radius:7px; /* 老的 Firefox */
}
.sbox {
margin-top: 15px;
padding: 10px 10px;
background-color: #FF9564;
}
</style>
</head>
<body>
<script src="/js/navigation_en.js"></script>
<div class="frame">
<div class="box">
<div class="img" style="height: 150px;">
<img src="//sudsier.gitee.io/webimg/headimg.png" style="height: 150px;" alt="headimg.png">
</div>
<div style="text-indent: 2em;">Welcome to Sudsier's personal website. This website is a comprehensive website. Click the sidebar navigation bar in the upper left corner or the navigation bar at the top of the left corner to quickly reach the content you want.
</div>
</div>
<div class="sbox">
<div style="font-size: 30px"><a href="/doc" style="color: #111">File</a></div>
<a style="color: #333">  This is a comprehensive content page. The document page is currently divided into "legal documents" and "current political news".<br>  For some reason, the page has not been updated for a long time, so the page will look a little strange, we will update it as soon as possible.</a>
<hr style="background-color:#111;height:1px;border:none;">
<div style="font-size: 30px"><a href="/vcip.html" style="color: #111">Video cataloging in print</a></div>
<a style="color: #333">  Here is a list of all the videos that Sudsier has posted on bilibili.</a>
</div>
<hr>
<p style="text-align:center;font-size:20px;">This page is being created.</p>
</div>
<script src="/js/footer_en.js"></script>
<script data-ad-client="ca-pub-7993350012789521" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</body>
</html>