-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexx.html
118 lines (118 loc) · 3.9 KB
/
indexx.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
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="新闻, 哋它亢, datacon比赛">
<meta name="description" content="哋它亢 14415 提供最新的新闻资讯、哋它亢数据分享以及 datacon 比赛信息,专注于数据创新与科技发展。">
<meta name="author" content="哋它亢 14415">
<title>哋它亢 14415</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f9;
}
header {
background-color: #007BFF;
color: white;
padding: 20px 10px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 24px;
}
nav {
text-align: center;
padding: 10px 0;
}
nav a {
margin: 0 15px;
text-decoration: none;
color: #007BFF;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
main {
padding: 20px;
text-align: center;
}
.friend-links {
font-family: Arial, sans-serif;
margin: 20px auto;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f9f9f9;
width: 90%;
max-width: 600px;
}
.friend-links h2 {
font-size: 18px;
margin-bottom: 10px;
text-align: center;
}
.friend-links ul {
list-style-type: none;
padding: 0;
}
.friend-links ul li {
margin-bottom: 8px;
text-align: center;
}
.friend-links ul li a {
text-decoration: none;
color: #007BFF;
}
.friend-links ul li a:hover {
text-decoration: underline;
}
footer {
text-align: center;
padding: 10px;
background-color: #ddd;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<h1>哋它亢 14415</h1>
</header>
<nav>
<a href="#news">新闻</a>
<a href="#datacon">Datacon 比赛</a>
<a href="#about">关于我们</a>
</nav>
<main>
<h2>欢迎来到 哋它亢 14415</h2>
<p>我们致力于提供最新的新闻资讯,哋它亢技术分享,以及 Datacon 比赛动态。</p>
</main>
<div class="friend-links">
<h2>友情链接</h2>
<ul>
<li><a href="http://datacon.datacon-14415.xyz" target="_blank">DataCon</a></li>
<li><a href="http://zblog.datacon-14415.xyz" target="_blank">ZBlog</a></li>
<li><a href="https://datacon-14415.xyz" target="_blank">DataCon Main</a></li>
<!-- 中国最热门的 10 个网站 -->
<li><a href="https://www.baidu.com" target="_blank">百度</a></li>
<li><a href="https://www.taobao.com" target="_blank">淘宝</a></li>
<li><a href="https://www.jd.com" target="_blank">京东</a></li>
<li><a href="https://www.qq.com" target="_blank">腾讯网</a></li>
<li><a href="https://www.sina.com.cn" target="_blank">新浪</a></li>
<li><a href="https://www.weibo.com" target="_blank">微博</a></li>
<li><a href="https://www.163.com" target="_blank">网易</a></li>
<li><a href="https://www.sohu.com" target="_blank">搜狐</a></li>
<li><a href="https://www.zhihu.com" target="_blank">知乎</a></li>
<li><a href="https://www.bilibili.com" target="_blank">哔哩哔哩</a></li>
</ul>
</div>
<footer>
<p>© 2024 哋它亢 14415. 版权所有。</p>
</footer>
</body>
</html>