-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>
testing html file
</title>
</head>
<body>
<h3>Description of the features in the testing environment</h3>
Note that everything works in Google Chrome due to it being developed on a Chromebook
<br>
<button onclick='document.body.appendChild(document.createElement("script")).src="cool-ly.js";'>cool-ly.js</button>: spawns a cool-ly wavy thingy that changes color along with buttons that control the wave
<br>
<button onclick='document.body.appendChild(document.createElement("script")).src="rainbow-background.js";'>rainbow-background.js</button>: starts a script that changes the backround color slowly with many colors
<br>
<button onclick='document.body.appendChild(document.createElement("script")).src="rainbowtext.js";'>rainbowtext.js</button>: spawns text colored like a rainbow
<br>
<button onclick='window.open("tetris.html");'>tetris.html</button>: starts a version of Tetris with many features; controls are: z, x; arrows;
<br>
<button onclick='window.open("pong.html");'>pong.html</button>: starts a version of Pong; controls are: q, a; o, l; enter; escape
<br>
<button onclick='window.open("Triple Helix.html");'>Triple Helix.html</button>: opens a mezmorizing triple helix animation writen in entirely CSS
<br>
<button onclick='window.open("VelocityVortexGame.html");'>VelecityVortexGame.html</button>: opens a game I made based off of our robot and the 2016-2017 FTC Game Velocity Vortex; Based on <a href='https://scratch.mit.edu/projects/139767962/'>this game</a>
<hr>
</body>
</html>