forked from Serider-Minigames/serider-minigames.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 805 Bytes
/
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
<head>
<title>Serider Minigames</title>
<link rel="icon" href="assets/favicon.png">
<meta content="Serider Minigames" property="og:title">
<meta content="W.I.P." property="og:description">
<meta content="assets/favicon.png" property="og:url">
<meta content="#206899" data-react-helmet="true" name="theme-color">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script type = "text/javascript" src="script.js"></script>
</head>
<body>
<div class="title">
<image src="assets/Serider.png" style="max-width:90%"></image></center>
<p id="MOTD" style="font-size:36px;"></p></center>
</div>
<div class="refs">
<script>
addRef("https://discord.gg/KKRfakX", "Discord", "assets/discord.png");
</script>
</div>
<div>
<p>test</p>
</div>
</body>