-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="小组 , 主页">
<meta name="description" content="比较简洁的小组首页索引">
<meta name="robots" content="all">
<audio src="music/1.mp3" autoplay="" loop=""> </audio>
<title>导论小组首页</title>
<style>
body {
background-image: url("img/bj1.jpg");
background-repeat: no-repeat;
background-size: 100% 165%;
}
a:link{
color:darkturquoise
}
a:visited {
color:darkturquoise
}
a:active {
color:darkslategrey
}
</style>
</head>
<body>
<div id="d1">
<h1>小组成员</h1>
<p><a href="http://122.152.211.55/2019141090333/2019141090333.html" target="_blank">畅想</a></p>
<p><a href="http://122.152.211.55/2019141090335/2019141090335.html" target="_blank">王曼旌</a></p>
<p><a href="http://122.152.211.55/2019141090358/2019141090358.html" target="_blank">王慧宁</a></p>
<p><a href="http://122.152.211.55/2019141090381/2019141090381.html" target="_blank">姚纳川</a></p>
<p><a href="http://122.152.211.55/2019141090403/2019141090403.html" target="_blank">王寒旭</a></p>
<p><a href="http://122.152.211.55/2019141090405/2019141090405.html" target="_blank">黄欣怡</a></p>
<p><a href="http://122.152.211.55/2019141090343/2019141090343.html" target="_blank">谢汶余</a></p>
</body>
</html>