-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (57 loc) · 2.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<link rel="icon" href="assets/default/dodogangicon.png">
<meta property="og:type" content="website">
<meta name="author" content="Qbert">
<meta name="author" content="Trikzon">
<meta name="author" content="Andante">
<meta property="og:title" content="Dodo Gang" />
<meta property="og:description" content="Minecraft Mods" />
<meta property="og:url" content="https://twitter.com/dodogangmods" />
<meta property="og:image" content="assets/default/dodogangicon.png" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<div class="topnav">
<a href="index.html"><img src="assets/default/dodogangicon.png" class="topnavimg" alt="Dodo Gang" href="index.html"></a>
<a href="index.html">Home</a>
<a href="blogs/blogs.html">Blogs</a>
<a href="https://discord.gg/APPWa6s" style="float:right" target="_blank">Discord</a>
<a href="https://twitter.com/dodogangmods" style="float:right" target="_blank">Twitter</a>
<br><br><br>
</div>
<div id="page">
<center><img src="assets/default/dodogangtitle.png" style="align-content: center;" width="512" alt="Dodo Gang" href="index.html"></center>
<div id="body" class="home">
<div class="box1">
<img src="assets/home/blank.png" alt="">
<div style="padding-top: 0vw;">
<h1> Welcome To Dodo Gang</h1>
<p>
We are a group of friends who make Minecraft mods! Our goal is to make fun and engaging mods
that push the boundaries of the game, whilst still fitting in!
</p>
</div>
</div>
<div class="box2">
<div>
<h1>Want to keep up with us?</h1>
<p>Why not join our discord, and hang out with the other dodos</p>
</div>
<img src="assets/home/blank.png" alt="">
</div>
</div>
<div id="footer">
<div>
</div>
<p>
<i class='fab fa-patreon' style='font-size:20px; padding:6px;'></i>
<i class='fab fa-github' style='font-size:20px;padding:6px;'></i>
<i class='fab fa-twitter' style='font-size:20px; padding:6px;'></i> © Dodo Gang • 2021</p>
</div>
</div>
</body>
</html>