-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
40 lines (37 loc) · 971 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohist-Maven</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /><!-- Style-CSS -->
</head>
<body>
<!-- error -->
<section class="w3l-error-9">
<div class="error-page">
<div class="wrapper-full">
<div class="main-content">
<h2>Sorry</h2>
<h4>Looks like you're lost...</h4>
<p>https://maven.mohistmc.com/</p>
<!-- buttons -->
<div class="buttons">
<a href="https://mohistmc.com/" class="btn brk-btn">
Go to home page
</a>
</div>
</div>
<div class="bottom-header">
<!-- copyright -->
<div class="copyrights text-center">
<p>MohistMC ©2019-2021 — All rights reserved</a> </p>
</div>
</div>
</div>
</div>
</section>
<!-- //error -->
</body>
</html>