-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
35 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cosmos 的博客</title>
<!-- Bootstrap core CSS -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/static/css/sticky-footer.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Cosmos 的博客</h1>
</div>
<p class="lead">
你好。欢迎你来到我的博客。
<br><br>
大茄子让我把 flag 藏在我的这个博客里。但我前前后后改了很多遍,还是觉得不满意。不过有大茄子告诉我的<b>版本管理工具</b>以及 GitHub,我改起来也挺方便的。
</p>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">© HGAME 2020.</p>
</div>
</footer>
</body>
</html>