-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (76 loc) · 3.71 KB
/
Copy pathindex.html
File metadata and controls
83 lines (76 loc) · 3.71 KB
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
74
75
76
77
78
79
80
81
82
83
<!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>玄理 —— The EnigTech Team</title>
<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootsnav.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="wrapper">
<!--[if lte IE 9]>
<p class="browserupgrade">你或许正在使用一个<strong>过时</strong>的浏览器版本。<br>请更新浏览器以支持网页内所有内容!</p>
<![endif]-->
<header class="top-area">
<div id="sticky-wrapper" class="sticky-wrapper" style="height: 0px;"><div class="header-area">
<!-- Start Navigation -->
<nav class="navbar navbar-default bootsnav navbar-fixed dark no-background on no-full">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<a class="navbar-brand" href="index.html">et-team</a>
</div><!--/.navbar-header-->
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-ui-design" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
<li class=" smooth-menu active"></li>
<li class="smooth-menu"><a href="modpack/">整合包</a></li>
<li class="smooth-menu"><a href="contact/index.html">关于我们</a></li>
<li class="smooth-menu"><a href="https://github.com/ET-Team/ET-Mariphilia-Public/issues/new/choose">建议/报错</a></li>
</ul><!--/.nav -->
</div><!-- /.navbar-collapse -->
</div><!--/.container-->
</nav><!--/nav-->
<!-- End Navigation -->
</div></div><!--/.header-area-->
</header>
<section id="welcome" class="welcome">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="header-text">
<h2><br>玄理:<span>灰烬之舟</span></h2>
<h3>ET <span>Mariphilia</span></h3>
<p>现已公测</p>
<a href="https://github.com/ET-Team/ET-Mariphilia-Public" target="_black">点我进入</a>
</div><!--/.header-text-->
</div><!--/.col-->
</div>
</div>
</section>
<footer id="footer-copyright" class="footer-copyright">
<div class="container">
<div class="footer-copyright text-center">
<p>Copyright © 2020. ET-Team. All rights reserved.<br>版权所有 © 2020. ET-Team. 保留一切权力。</p><!--/p-->
</div><!--/.text-center-->
</div><!--/.container-->
</footer>
</div>
<!-- JS AREA -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
</body>
</html>