-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path空白模板.html
55 lines (51 loc) · 1.88 KB
/
空白模板.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
<!--
-->
<!DOCTYPE html>
<html>
<head>
<title>DSY_xiaoluo 's wwwebsite</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="javascript.js"></script>
</head>
<body>
<!--导航栏-->
<div class="navbarvista">
<div class="navbarvista2">
<div class="logo" style="height: 64px;">
<img src="https://pic.imgdb.cn/item/64e5b0f8661c6c8e540e4409.png" alt="logo" width="64" height="64"
onclick="window.location.href='pages/ikun.html'"></img>
<!--https://pic.imgdb.cn/item/64a307381ddac507ccc59c31.png-->
<p
style="font-family: 'sans'; font-size: 24px; margin-left: 0px; text-shadow: 2px 2px 5px #000000;margin-bottom: auto;margin-top: auto;">
DSY_xiaoluo</p>
</div>
<div class="nav-links">
<a href="home.html" class="nav-link-e">首页</a>
<a href="blog.html" class="nav-link">博客</a>
<a href="pages.html" class="nav-link">页面</a>
<a href="about.html" class="nav-link">关于</a>
</div>
</div>
</div>
<!--/导航栏-->
<!--公告-->
<div class="ggvista1" style="top: 60px; left: 5px; z-index: 1145;">
<div class="vista2" style="background-color: #ffff8080;">
<p class="vista3"> 公告(这玩意按住窗口标题可以拖动)</p>
<div class="vista4">
<div class="vista5" style="background-color: #ffff00;">
<span
class="text4">本站正在建设中<br>本站新域名:xiaoluo.link,旧的域名(dsy-xiaoluo.github.io)仍可访问!<br>受GitHub的影响,加载此页面的视觉样式和字体需要亿点时间</span>
<hr>
<details>
<summary class="text4">主题信息</summary>
<span class="text4">本站所呈现的视觉样式灵感均来源于<a href="http://www.stylestar.win/"
class="text4">StyleStar论坛</a>!</span>
</details>
</div>
</div>
</div>
</div>
<!--/公告-->
</body>
</html>