42 lines
686 B
HTML
42 lines
686 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>NodeMixaholic</title>
|
||
|
<script>
|
||
|
//Insert some JS to load on-load here.
|
||
|
</script>
|
||
|
</head>
|
||
|
|
||
|
<header1>
|
||
|
<center>
|
||
|
<form>
|
||
|
<select name="menu">
|
||
|
<option value="index.html">Home</option>
|
||
|
<option value="archive.html">Archive</option>
|
||
|
<option value="dont.html">DO NOT CLICK</option>
|
||
|
<option value="fave.html">Favorite Stuff</option>
|
||
|
</select>
|
||
|
<input type="button" onClick="location=this.form.menu.options[this.form.menu.selectedIndex].value;" value="Go!">
|
||
|
</form>
|
||
|
|
||
|
<h1>Favorite stuff</h1>
|
||
|
|
||
|
</header1>
|
||
|
|
||
|
<body>
|
||
|
Games:
|
||
|
Roblox
|
||
|
Minecraft
|
||
|
COD MFW2
|
||
|
PORTAL Series
|
||
|
TF2
|
||
|
|
||
|
Food:
|
||
|
Anything good.
|
||
|
|
||
|
Soft drink:
|
||
|
Dr. Pepper/Diet Dr. B
|
||
|
</body>
|
||
|
|
||
|
</html>
|