-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
46 lines (40 loc) · 1.86 KB
/
home.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>GAMETROVE</title>
<link rel="stylesheet" href="home.css">
<link rel="shortcut icon" href="./img/favicon/favicon-32x32-removebg-preview.png" type="image/x-icon">
</head>
<body>
<canvas id="canvas"></canvas>
<!-- <img src="" alt=""> -->
<nav class="nav-bar">
<h1>GAMETROVE</h1>
<ul class="sidebar">
<li onclick="hidesidebar()" class="hidesidebar"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="36px" viewBox="0 -960 960 960" width="36px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="#">Home</a></li>
<li><a href="games.html"> Games</a></li>
<li id=""><a href="https://github.com/UFOASTRO/Gametrove ">Code</a></li>
</ul>
<ul>
<li><a href="#" class="nodis">Home</a></li>
<li><a href="games.html"class="nodis"> Games</a></li>
<li id=""><a href="https://github.com/UFOASTRO/Gametrove "class="nodis">Code</a></li>
</ul>
<a href="index.html"id="login">Login</a>
<li onclick="showsidebar()" id="menubutton"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="36px" viewBox="0 -960 960 960" width="36px" fill="#e8eaed"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/> </a></li>
</nav>
<img src="./img/gametrove-removebg-preview.png" alt="" id="gametrovelogo">
</canvas>
<div class="popular">
<h2 id="popular games">POPULAR GAMES</h2>
</div>
<div class="footer">
<footer>DEVELOPED BY BINARY BRAINS 🧠</footer>
</div>
</body>
<script src="script.js">
</script>
</html>