-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoreinfo.html
57 lines (51 loc) · 2.89 KB
/
moreinfo.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/bedc2eb440.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/moreinfo.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./js/main.js"></script>
<link rel="shortcut icon" type="image/ico" href="./assets/icon.ico"/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="nofollow"/>
<meta name="description" content="octopus">
<meta name="keywords" content="Octopus is a high performance and feature rich Velocity fork. We feature built in AntiBot, player management and much more.">
<meta name="author" content="MattMX, ZeoNight">
<link rel="icon" href="./assets/icon.ico">
<meta property="og:type" content="website">
<meta property="og:url" content="https://octopusmc.org/">
<meta property="og:title" content="octopus">
<meta property="og:description" content="Octopus is a high performance and feature rich Velocity fork. We feature built in AntiBot, player management and much more.">
<meta property="og:image" content="./assets/icon.ico">
<meta name="theme-color" content="#8B3ACA">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://octopusmc.org/">
<meta property="twitter:title" content="octopus">
<meta property="twitter:description" content="Octopus is a high performance and feature rich Velocity fork. We feature built in AntiBot, player management and much more.">
<meta property="twitter:image" content="./assets/icon.ico">
<title>octopus</title>
</head>
<body>
<div class='page-loader'></div>
<div class='page-loader'></div>
<div class="header" id="#header">
<a href="#" onclick="setPage('index.html')" class="logo"><img src="./assets/logo_white.png"> octopus</a>
<a href="https://discord.gg/tHabbHEkNc">Discord</a>
<a href="https://github.com/OctopusMC/octopus" target="_blank">GitHub</a>
<a href="#" onclick="setPage('downloads.html')">Download</a>
<a href="javascript:void(0);" class="icon" onclick="topbar()">
<i class="fa fa-bars"></i>
</a>
</div>
<section id="#main" class="full">
<div class="middle" style="top: 25%">
<h1 id="title"></h1>
<div id="info" class="middle"></div>
<button onclick="setPage('index.html#features')">Back to features</button>
</div>
</section>
<script src="./js/moreinfo.js"></script>
</body>
</html>