-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (35 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quantumania | SEDS Celestia</title>
<link rel="stylesheet" href="./assets/auto.css">
<link rel="stylesheet" href="./assets/home.css">
<!-- <script src="./assets/home.js"></script> -->
</head>
<body xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<div class="mx-a mt" style="width: 300px;">
<div style="font-size: 2rem;padding: 10px 0;">QUANTUMANIA</div>
</div>
<div insert='logo.svg'></div>
<!-- <div class="mx-a mt" style="width: 300px;">
<img id="feynman" src="./assets/icons/rpf-kaon.svg">
</div> -->
<div style="">
<a class="game" href="./T33">
<img class="games" src="./assets/icons/t33.svg" alt="T33 Logo">
<h4>T33</h4>
</a>
<a class="game" href="./Quandris/">
<img class="games" src="./assets/icons/quandris.svg" alt="Quandris Logo">
<h4>Quandris</h4>
</a>
<a class="game" href="./Paqman">
<img class="games" src="./assets/icons/hackman.svg" alt="HackMan Logo">
<h4>Paqman</h4>
</a>
</div>
</body>
<script src="./assets/lib/supports.js"></script>
</html>