-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestgames.html
45 lines (39 loc) · 2.14 KB
/
testgames.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="style.css">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>House - Dev</title>
<link rel="icon" type="image/x-icon" href="/imges/House-symbol-may-be-unfamiliar-to-users-with-low-computer-literacy.ico">
</head>
<script src="chech.js"></script>
<script src="game.js"></script>
<body class = "">
<div class="navebar">
<br>
<button onclick='window.location.href = "games.html";'><span class="material-symbols-outlined">home</span></button>
<button style = "height: 50px;" onclick='window.location.href = "tc.html";'><span class="material-symbols-outlined">gavel</span></button>
<button onclick='window.location.href = "report.html";'><span class="material-symbols-outlined">bug_report</span></button>
<button onclick='window.location.href = "game_list.html";'><span class="material-symbols-outlined">stadia_controller</span></button>
<button id="popupButton" onclick='window.location.href = "testgames.html";'><span class="material-symbols-outlined"><span class="material-symbols-outlined">code</span></span></button>
<button onclick="window.location.href ='insights.html'"><span class="material-symbols-outlined">search_insights</span></button>
<hr>
</div>
<div class = "fit">
<br>
<h4 style="color: white; text-align: center;">The Games on this website are the property of their rightful owners</h4>
<br>
<br>
<h1 style="text-align: center;">Test Mode</h1>
<p style="text-align: center;">⚠ Warning theses games may not work ⚠</p>
</div>
</div>
</body>
<script src="background.js"></script>
<script src="stop.js"></script>
</html>