-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.57 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fabric 1.20.1 Modpack | Minecraft</title>
<link rel="stylesheet" href="css/index_stylesheet.css">
</head>
<body>
<div class="background_wrap_img"></div>
<div class="container">
<div class="header">
<h1 class="head1">Fabric 1.20.1 Modpack</h1>
<p class="introduce">这是一个轻量而又不失工业 Mod 的 Fabric 整合包,仅需 2G 内存即可运行。</p>
<div class="download-links">
<div class="download-container">
<div class="download-local">
<button type="button" onclick="window.open('data/minecraft.zip')" class="download-button-local">
下载 (本地,不推荐)
</button>
</div>
</div>
</div>
</div>
<div class="footer">
<p class="footer-text">© 2023 MagicCube Studios | Made with ❤️ by got991 | </p>
<img src="img/gov.png" class="beian-img" alt="" onclick="window.open('https\:\/\/beian.miit.gov.cn/')"/>
<p class="beian-text" onclick="window.open('https\:\/\/beian.miit.gov.cn/')">京ICP备202301908号-1</p>
</div>
</div>
<!-- IE 判定 -->
<!--[if IE]>
<script src="js/index_to_ie.js" />
<![endif]-->
</body>
</html>