-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 2.11 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
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Olympus Online 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<meta content="OO2" property="og:title" />
<meta content="Olympus Online - Where Adventure Begins." property="og:description" />
<meta content="http://olympusonline2.com/_assets/images/icon.png" property="og:image" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="icon" type="image/png" href="_assets/favicon.png">
<!-- CSS/JS stuff -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="/OO2-website/_assets/css/font-awesome.min.css">
<link href="/OO2-website/_assets/css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<img id="js-bg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="">
<div class="overlay_black cover">
<div class="center_page">
<div class="text-effect">
<img src="/OO2-website/_assets/images/logo.png" class="image_title">
<h1 class="title">The Olympus Adventure</h1>
<div class="buttons_line">
<a href="https://discord.gg/axJuNJH" target="_blank" class="linkeffect after"><i class="fa fa-commenting"></i> Discord</a>
<br>
<a href="about" class="linkeffect after"><i class="fa fa-angle-double-right"></i> Explore</a>
<div class="split"></div><br>
<a><i class="fa fa-map-marker"></i> IP: mc.olympusonline.org</a>
</div>
</div>
</div>
<!--<div class="credits text-effect box">
Created by <a class="url" href="https://github.com/ImthePeach">DakotaMaatman</a>
</div>-->
</div>
<!--Scripts-->
<script src="/OO2-website/_assets/js/background.js"></script>
<script src="/OO2-website/_assets/js/jquery-3.1.1.min.js"></script>
</body>
</html>