-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (70 loc) · 3.52 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
<!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">关于Lazyco.top</h1>
<p class="lead text-light">
欢迎你来到Lazyco.top,这里有各种各样的工具、应用和教程,<br>
你可以在本站学到很多东西,一起来玩吧!
</p>
</div>
</div>
</section>
</header>
<main>
<div class="p-5 mb-4 bg-light rounded-3 container" style="padding: 1.5rem!important">
<div class="container-fluid py-5 rounded">
<h1 class="display-5 fw-bold">在线建站</h1>
<p class="col-md-8 fs-4">
在线建站工具帮助你在没有学过HTML,CSS等语言的情况下快速制作网页,像编辑PPT那样简单。<br>
在线建站工具是完全免费的,你不需要支付任何费用即可享用各种功能。
</p>
<a class="btn btn-primary btn-lg" href="makesite/editor.html">进入编辑器</a>
<a class="btn btn-outline-secondary btn-lg" href="makesite/index.html">了解更多</a>
</div>
</div>
<div class="p-5 mb-4 bg-light rounded-3 container" style="padding: 1.5rem!important">
<div class="container-fluid py-5 rounded">
<h1 class="display-5 fw-bold">Minecraft教程</h1>
<p class="col-md-8 fs-4">
你可以在Minecraft教程中找到一些冷门模组的玩法,编程方法,<wbr>冷知识以及其他有趣的内容。
</p>
<a class="btn btn-primary btn-lg" href="doc/mc/index.html">查看教程</a>
<a class="btn btn-outline-secondary btn-lg" href="javascript:alert('你不能成为创作者!');">我想成为创作者</a>
</div>
</div>
<div class="p-5 mb-4 bg-light rounded-3 container" style="padding: 1.5rem!important">
<div class="container-fluid py-5 rounded">
<h1 class="display-5 fw-bold">在线作业实用工具</h1>
<p class="col-md-8 fs-4">
如果你是学生,你可以在本站编辑作业,并提交给你的老师批改。<br>
如果你是老师,你可以在本站批改你学生的作业并反馈给你的学生。
</p>
<a class="btn btn-primary btn-lg" href="check/student/index.html">进入学生界面</a>
<a class="btn btn-primary btn-lg" href="check/teacher/index.html">进入老师界面</a>
<a class="btn btn-outline-secondary btn-lg" href="check/index.html">了解更多</a>
</div>
</div>
</main>
</div>
<script>loadFooter();</script>
</body>
</html>