-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst_try.html
111 lines (105 loc) · 3.32 KB
/
first_try.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="IKUN社区">
<title>Ikun论坛</title>
<link rel="icon" href="/static/images/R-C.jpg">
<link rel="stylesheet" href="/static/css/first_try.css">
<style>
img {
width: 200px;
}
</style>
</head>
<body>
<div>
<h1><span>IKUN社区</span></h1>
<del>小黑子趋势</del>
</div>
<b>
<h1>
登录
</h1>
<b>
<h3>
用户名
<input type="name">
<p>
类型
<select name="type" id="type">
<option value="">请选择</option>
<option value="real">真IKUN</option>
<option value="feak">假IKUN</option>
<option value="not">我不是IKUN</option>
</select>
</p>
</h3>
</b>
</b>
<p>图片欣赏</p>
<p>
<img src="/static/images/blog.jpg" alt="你干嘛">
<img src="/static/images/R-C.jpg" alt="中分小黄鸡">
</p>
<p>
<span>
<h3>基尼太美 歌曲欣赏</h3>
</span>
<audio controls src="/static/audios/SWIN-S - 只因你太美.ogg"></audio>
</p>
<p>
<span>
<h2>个人练习生篮球练习视频©</h2>
</span>
</p>
<p>
<video controls width="320" src="/static/videos/蔡徐坤原版(超清版) - 1.蔡徐坤打篮球 原版(超清版)_爱给网_aigei_com.mp4"></video>
</p>
<p>
<span>
<h3>哎呦,你干嘛® 经典放送</h3>
</span>
</p>
<p>
<video controls width="320" src="/static/videos/蔡徐坤,你干嘛_爱给网_aigei_com.mp4"></video>
</p>
<p>
<h1>表情包自取</h1>
</p>
<img src="/static/images/1.jpg" alt="1">
<img src="/static/images/2.jpg" alt="2">
<img src="/static/images/3.jpg" alt="3">
<img src="/static/images/4.jpg" alt="4">
<img src="/static/images/5.jpg" alt="5">
<img src="/static/images/6.jpg" alt="6">
<img src="/static/images/7.jpg" alt="7">
<img src="/static/images/8.jpg" alt="8">
<img src="/static/images/9.jpg" alt="9">
<img src="/static/images/10.jpg" alt="10">
<img src="/static/images/11.jpg" alt="11">
<img src="/static/images/12.jpg" alt="12">
<img src="/static/images/13.jpg" alt="13">
<img src="/static/images/14.jpg" alt="14">
<img src="/static/images/15.jpg" alt="15">
<img src="/static/images/16.jpg" alt="16">
<img src="/static/images/17.jpg" alt="17">
<img src="/static/images/18.jpg" alt="18">
<div>
<h2>官方MV</h2>
<a href="https://www.bilibili.com/video/BV178411Y7QB/?spm_id_from=333.337.search-card.all.click">京剧版基尼太美</a>
</div>
<p>
<h2>讨论区(带"鸡"的一律用"坤"代替,否则将受到绿湿寒惩罚)</h2>
</p>
<textarea name="" id="" cols="30" rows="10"></textarea>
<div>
<a href="heart.html">心形图案</a>
</div>
<p>
版权所有:IKUN经济有限公司™
</p>
</body>
</html>