-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.74 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
<!DOCTYPE html>
<html lang="zh-CN">
<link>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./style/main.css">
<title>SodaCL | 一个清爽的Minecraft启动器</title>
</head>
<body class="d-flex h-100 text-bg-white">
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img src="https://s2.loli.net/2022/11/27/nOb8QHZdeBgV5yC.png" width="52" height="52">
<span class="fs-3" style="margin-top: 8px;">Soda Craft Launcher</span>
</a>
<ul class="nav nav-pills" style="margin-top: 2px;">
<li class="nav-item"><a href="#" class="nav-link active" aria-current="page">首页</a></li>
<li class="nav-item"><a href="#" class="nav-link">功能</a></li>
<li class="nav-item"><a href="#" class="nav-link">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link">关于</a></li>
</ul>
</header>
<div class="cover">
<div class="leftbox"">
<strong>SodaCL 启动器</strong>
</br>
<strong>清爽!清爽!还是TMD清爽!</strong>
</div>
<div class="rightbox">
<img src="https://s2.loli.net/2023/01/02/rlf3g9OTDyPpCNJ.png" width="500px">
</div>
</div>
</div>
</body>
</html>