-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aqua Prime</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header-logo">
<img src="ap_logo.png" alt="Aqua Prime Logo">
</div>
<div class="social-buttons">
<a href="https://discord.gg/link" class="social-button discord">
<img src="discord.png" alt="Discord">
<div class="button-text">Discord</div>
</a>
<a href="https://www.twitch.tv/Stream_Tide/" class="social-button twitch">
<img src="Twitch.png" alt="Twitch">Twitch
</a>
<a href="https://twitter.com/AquaPrimeRPG" class="social-button twitter">
<img src="xlogo.png" alt="Twitter">Twitter(X)
</a>
</div>
<div class="header-logo">
<h1>💧 COMING SOON 💧</h1>
<h2>TTRPG INSPIRED COLLABORATIVE STORY TELLING</h2>
<h3>An economic escape room, uncovering the secrets of a virtual fiat economy on the verge of collapse.</h3>
</div>
<div class="animation-wrapper">
<img src="Animation.gif" alt="Animation">
</div>
<div class="footer">
<img src="logo.gif" alt="Website Logo">
<p>© 2023 AquaPrime is licensed under CC BY-SA 4.0</p>
</div>
</body>
</html>