-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="language" content="zh-CN">
<meta name="robots" content="All">
<meta name="author" content="486">
<meta http-equiv="refresh" content="30">
<meta name="title" content="存在网产品官网"></mate>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="存在网,存在网产品官网,cunzai,存在网络工作室">
<meta name="description" content="寻找更贴近直觉的路径和方向,并用行动去突破,去改变,去创造。存在网所有产品的官网导航网站。">
<title>存在网|cunzai.net</title>
<link rel="stylesheet" href="static/style.css">
</head>
<body class="body">
<header>
<ul style="text-align: center;" >
<li><a href="index.html"><img src="img/ai.jpeg" alt="logo" style="width: 22px;height: 22px;"></a></li>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
</header>
<div id="home" style="display: flex;">
<div style="flex: 1;">
<h1>存在网|CunZai.Net</h1>
<h2>寻找更贴近直觉的路径和方向,并用行动去突破,去改变,去创造。</h2>
<a href="http://wpa.qq.com/msgrd?v=3&uin=2900383833&site=qq&menu=yes"><img src="img/qq.svg" alt="logo" style="width: 45px;height: 45px;margin-left: 15px;"></a>
<button><a href="https://cunzai.net">了解更多</a></button>
</div>
<div style="flex: 1;">
<img src="https://q1.qlogo.cn/g?b=qq&nk=2900383833&s=100"
style="width: 150px; height: 150px; border-radius: 50%; margin: 50px 50px auto 280px; display: block;">
</div>
</div>
<div id="news">
<h1>NEWS</h1>
</div>
<div id="contact">
<h1>CONTACT</h1>
</div>
<div id="about">
<h1>ABOUT</h1>
</div>
<footer>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 0 20px;">
<div style="flex: 1; text-align: center;">
<a href="https://beian.miit.gov.cn"> <img src="img/icp.png" alt="logo" style="width: 22px;height: 22px;">京ICP备2024000000号-1</a>
</div>
<div style="flex: 1; text-align: center;">
<a href="https://cunzai.net" style="margin: 0;">© 2024 存在网. All rights reserved.</a>
</div>
</div>
</footer>
</body>
</html>