-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsome.html
More file actions
74 lines (74 loc) · 2 KB
/
some.html
File metadata and controls
74 lines (74 loc) · 2 KB
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link href="css/other.css" type="text/css" rel="stylesheet">
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/jquery-animate-css-rotate-scale.js"></script>
<script src="js/otherani.js"></script>
<script src="js/button.js"></script>
<link rel="shortcut icon" href="img/3.jpg">
<title>
哆啦的小屋-杂项
</title>
</head>
<body id="bg">
<div class="page-header">
<h1>
一些废话
</h1>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="container" id="cont1">
<h class="h">由兴趣组建起来的工作室</h>
<p id="p1">裙(bushi)链接请点详细</p>
<a href="https://jq.qq.com/?_wv=1027&k=Ek6yZT7O">
<button type="button">
详细
</button>
</a>
</div>
<br>
<div class="container" id="cont2">
<h class="h">自己的第一个网站!</h>
<br>
<p id="p2">论萌新的卑微发言(?)</p>
<button type="button" onclick="button2()" >
详细
</button>
</div>
<br>
<br>
<div class="container" id="cont3">
<h class="h">友链</h>
<p id="p3">馒头的小站w</p>
<a href="https://blog.ducker.ml/">
<button type="button">
详细
</button>
</a>
</div>
<br>
<div class="container" id="cont4">
<h class="h">星空</h>
<p id="p3">一篇短文(?)</p>
<a href="https://www.shirosakitagdl.top/hoshisora">
<button type="button">
详细
</button>
</a>
</div>
<br>
<div class="container" id="cont5">
<h class="h">即将更新...</h>
</div>
<br>
<!-- <footer>
页面图片画师:<a href="https://www.pixiv.net/users/89056">理紅(りく)</a>
<br>
页面图片PID:<a href="https://www.pixiv.net/artworks/99057586">99057586</a>
</footer> -->
</body>