-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
38 lines (35 loc) · 1.38 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>关于</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
<link href="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js"></script>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<base href="#">
</head>
<body>
<div class="container-fluid">
<header>
<script>loadHeader("home");</script>
<section class="py-5 text-center bg-secondary rounded-bottom" style="margin-bottom: 1.5rem;">
<div class="row py-lg-3">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="text-white display-4">关于</h1>
<p class="lead text-light">
欢迎你来到Lazyco.top,这里有各种各样的工具、应用和教程,<br>
你可以在本站学到很多东西,一起来玩吧!
</p>
</div>
</div>
</section>
</header>
</div>
<script>loadFooter();</script>
</body>
</html>