-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.22 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" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>the Starchasers Index</title>
<script src="./js/p5.js"></script>
<script src="./js/p5.sound.js"></script>
<script src="./js/sketch.js"></script>
</head>
<body>
<div class="container">
<div id="sketch">
<!-- Our sketch will go here! -->
</div>
<h1>STARCHASERS</h1>
<h2>the most boring Landing Page in the known universe</h2>
<div class="social">
<a href="ts3server://goldspeak.pl"
>Come visit us on
<img src="./resources/teamspeak-brands.svg" style="width: 50px;" />
teamspeak</a
>
</div>
<div class="footer">
Created by
<a href="mailto:[email protected]"
><strong>alucard87pl</strong></a
>
</div>
</div>
<div id="space">
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
</div>
</body>
</html>