-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
37 lines (37 loc) · 1.59 KB
/
help.html
File metadata and controls
37 lines (37 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="cube.ico">
<title>Other Great Places</title>
</head>
<body>
<div class="centered">
<div class="titlerect">
<form action="/index.html">
<button class='bx bx-cube-alt bx-tada-hover' style="color: white; font-size: 50px; margin-bottom: 20px; background-color: transparent; border: 0px;"></button>
</form>
<div class="titletextrect">
<div class="fontformat" style="--size: 20px">
Help:
<br><br>
No matter what page you are on, click the cube to go back to home. (try it)
<br><br>
You finish the game when you have answered all of the quesitons. There are <i id="numberofquestions" class="no-italics">x</i> questions.
<br><br>
"Other Games" is a page that includes some other fun sites to play at.
</div>
</div>
</div>
<div class="otherrect" style="margin-top: 20px;">
<form action="/index.html">
<button class="startbtn fontformat" style="--size: 30px">Home</button>
</form>
</div>
</div>
<script type="module" src="help.js"></script>
</body>
</html>