-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css"/>
<link rel="stylesheet" href="style.css"/>
<script defer src="firstImpression.js?v=1"></script>
<script defer src="script.js?v=1"></script>
<title>Arqitek Homepage</title>
</head>
<body>
<p class="centered"><img src="favicon.ico"></p>
<h1 class="title centered" id="welcome">Welcome</h1>
<div class="about centered">
<p>Arqitek is (for now) a game studio made by Starman.</p>
<p>Although we haven't published a game yet we have many planned.</p>
<p>For now we have Project Raymaker and Project BadBot (names subject to change)</p>
</div>
<p class="centered">
<button type="button" id="discord">Discord server</button>
</p>
<h3 class="centered">
Our Games
</h3>
<div class="games centered">
<button type="button" id="pbb">Project BadBot</button>
</div>
</body>