-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
39 lines (34 loc) · 1.48 KB
/
homepage.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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:[email protected]&family=Belanosima:wght@400;600;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>games4everyone</title>
<link href="assets/css/main.css" rel="stylesheet" type="text/css" />
<link href="assets/css/filters.css" rel="stylesheet" type="text/css" />
<link href="assets/css/header.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- H E A D E R -->
<div id="header-placeholder"></div>
<main>
<!-- F I L T E R S -->
<nav id="filters" class="subheader-font medium-font grey-font">
<!-- player count -->
<input id="player-filter" type="range" min="0" max="2" value="0">
<label for="player-filter"><span id="player-filter-label"></span> Players</label>
</nav>
<hr>
<!-- G A M E S -->
<section id="game-grid"">
<!-- game grid -->
</section>
</main>
<script src="assets/frontend/slider.jsx"></script>
<script src="assets/frontend/incompatible.js"></script>
<script src="assets/frontend/header.js"></script>
</body>
</html>