-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<title>Alvin Realms</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="section parallax bg1">
<a href="https://discord.gg/peXyx2n" class="button Discord">Discord</a>
<div class="divider"></div>
<a style="text-decoration:none" href="pages/play.html" class="button play">Play</a>
<div class="divider"></div>
<a style="text-decoration:none" href="pages/info.html" class="button info">AlvinEye</a>
</div>
<div class="about section">
<h1>About?</h1>
<div class="aboutgif">
<img class="snake" src="assets/snake.gif" alt="snake gif">
<img class="mario" src="assets/mario.gif" alt="gameplay gif">
</div>
<p>Alvin Realm is a RotMG Private Server (in 2020)<br>that strives to be the GREATEST Private Server ever!!!<br></p>
</div>
<div class="credits section">
<h2 class="credittitle">Credits</h2>
<div class="creditpeople">
<div class="credittext2">
<img src="assets/trollface.png" alt="idk who this is">
<h2 class="credittext">idk who this is</h2>
</div>
<div class="credittext2">
<img src="assets/cuckson.png" alt="Cuckson">
<h2 class="credittext">Cuckson (owner of alvin realm)</h2>
</div>
<div class="credittext2">
<img src="assets/mathyoumb.png" alt="MathyouMB">
<h2 class="credittext">MathyouMB (carry)</h2>
</div>
</div>
</div>
<div class="footer">
<h5>Copyright © Alvin Realms</h5>
</div>
<audio controls autoplay loop hidden>
<source src="sfx/alvinreplay.mp3" type="audio/ogg">
<embed src="sfx/alvinreplay.mp3" autostart="true" loop="true" hidden="true">
</audio>
</body>
</html>