-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathextra.html
More file actions
54 lines (42 loc) · 1.65 KB
/
extra.html
File metadata and controls
54 lines (42 loc) · 1.65 KB
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
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trident | Extra </title>
<link rel="stylesheet" href="style.css">
<style>
section {
position: absolute;
bottom: 0;
right: 50px;
}
.game-box {
position: relative;
top: 40px; /* Adjust this value as needed */
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2156848770723594"
crossorigin="anonymous"></script>
</head>
<body>
<nav>
<a href="index">Home</a>
<a href="games">Games</a>
<a href="apps">Apps</a>
<a href="extra">Extra</a>
</nav>
<div class="game-box">
<a href="/extra/calculator.html" target="_blank">
<img class="game-icon" src="/img/calculator.png">
<div class="game-text">Calculator</div>
</a>
</div>
<section>
<h2>If you click " ` " button on any page on our website, it will bring you to Google Classroom because we have a panic key.</h2>
<br>
<h2>Let us know if yall want to be able to config where the website goes and to be able to config the panic key button.</h2>
</section>
<script src="/extra/panic-key.js" defer></script>
</body>
</html>