-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (78 loc) · 3.35 KB
/
index.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
<!DOCTYPE html> <!-- 文档声明标签 -->
<html lang="zh-CN">
<!-- lang用来说明语言 zh-CN是中文 -->
<head>
<meta charset="UTF-8"> <!-- 字符集 编码方式 -->
<link rel="icon" href="catfootprint.ico" type="image/x-icon">
<meta name="description" content="This web is created with the aim of learning">
<title>WYX的网站2.0</title>
<link href="styles/style1.css" rel="stylesheet">
</head>
<body>
<nav>
<!-- 导航栏 -->
<ul>
<li class="mainpage"><a href="index.html">主页</a></li>
<li class="minigame"><a href="game.html">游戏</a></li>
<li class="myProject"><a href="myproject.html">项目</a></li>
<li class="aboutus"><a href="aboutus.html">关于</a></li>
</ul>
<form>
<input type="search" name="q" placeholder="要搜索的内容">
<!--搜索栏-->
<input type="submit" value="搜索">
</form>
</nav>
<main>
<article>
<!-- <botton class="btn">我</botton>
<botton class="btn">可</botton>
<botton class="btn">以</botton> -->
<h1>被动 伍佰</h1>
<h3>live-server是实时更新的!</h3>
<div>我可以很久 不和你联络</div>
<div>任日子一天天这么过</div>
<div>让自己忙碌可以当作借口</div>
<div>逃避想念你的种种软弱</div>
<div class="words">爱你越久我越被动</div>
<div>只因你的爱 居无定所</div>
<div>是你让我的心 慢慢退缩</div>
<div>退到你看不见的角落</div>
<div>我可以很久 不和你联络</div>
<div>任日子一天天这么过</div>
<div>让自己忙碌可以当作借口</div>
<div>逃避想念你的种种软弱</div>
<div class="words">爱你越久我越被动</div>
<div>只因你的爱 居无定所</div>
<div>是你让我的心 慢慢退缩</div>
<div>退到你看不见的角落</div>
<div>我可以很久 不和你联络</div>
<div>任日子一天天这么过</div>
<div>让自己忙碌可以当作借口</div>
<div>逃避想念你的种种软弱</div>
<div class="words">爱你越久我越被动</div>
<div>只因你的爱 居无定所</div>
<div>是你让我的心 慢慢退缩</div>
<div>退到你看不见的角落</div>
<a href="https://developer.mozilla.org/zh-CN" title="去首页" target="_blank">更多请见</a>
<img class="tu1" src="images/example1.jpg" , alt="文件系统截图">
<script src="scripts/main.js" defer></script>
</article>
<!-- 侧边栏-->
<!-- <aside>
<h2>相关链接</h2>
<ul>
<li><a href="#">axriv</a></li>
<li><a href="#">scir官网</a></li>
<li><a href="#">哈工大官网</a></li>
<li><a href="#">哈工大研究生院</a></li>
<li><a href="#">哈工大计算学部</a></li>
</ul>
</aside> -->
</main>
<!-- 页脚 -->
<footer>
<p>© 2020-2022 保留所有权利 | 待定ing ICP 备 待定ing 号 | 配色方案来自FireFox</p>
</footer>
</body>
</html>