-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.34 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.34 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
<DOCTYPE! html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://pepps233.github.io/ANova2023-MathMonster.github.io/style.css">
</head>
<body>
<div id="intro">
Hello! Welcome to MathMonsters!
</div>
<div style="display: flex; justify-content: center;">
<iframe allowtransparency="true" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated" id="game_drop" allowfullscreen="true" scrolling="no" src="game.html" frameborder="0" width="960" height="540" ></iframe>
</div>
<div id="paragraph">
<br>Take a look at the math question above, and enter your answers in the bar above: <br>
<br>*Answering correctly: Fires projectile that defeats an obstruction ahead
<br>*Answering incorrectly: Aircraft continues to fly but can answer another question correctly in time to defeat the obstruction
</div>
<div id="liscense">
"Space X-plorers" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
http://creativecommons.org/licenses/by/4.0/
</div>
</body>
</html>