-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.15 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/CSS/reset.css">
<link rel="stylesheet" href="./src/Page/index.min.css">
<title>Phaser Labs</title>
</head>
<body>
<div id="container">
<header>
<h1><a href="https://phaser.io/" target="_blank" id="title">Phaser</a></h1>
<h3><a href="https://bitbucket.org/201flaviosilva/assets/" target="_blank" id="assets">Assets</a></h3>
</header>
<main>
<ul id="ulList">
<li>
<a href="./src/Labs/V3/index.html">
<h3>Phaser 3</h3>
</a>
</li>
<li>
<a href="">
<h3>Phaser 4</h3>
</a>
</li>
</ul>
</main>
<footer><a href="https://github.com/201flaviosilva-labs/Phaser-Labs" target="_blank" id="repLink">GitHub</a>
</footer>
</div>
<script src="./src/Page/index.js" type="module"></script>
</body>
</html>