lnr/Originals/Website/games/reflex/index.html

47 lines
1.4 KiB
HTML
Executable File

<html>
<head>
<title>Home :: LNR Universe</title>
<link rel="StyleSheet" type="text/css" href="../../script/styles.css">
</head>
<script language="JavaScript" src="../../script/framelock.js"></script>
<body bgcolor="black" link="white" vlink="white" alink="white" text="white"
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
<font face="Verdana,Arial" size="2" color="white">
<center>
<font color="lime" face="Courier New,Courier,Fixedsys">:: REFLEX TESTER ::</font></center>
<br><br>
<script language="JavaScript" src="reflex.js"></script>
<p>Test your Response time!</p>
Click on "Start" first, and wait until the background color changes. As soon as it changes, hit "stop!"
<form name="response">
Change background color in:
<select name="bgColorChange" class="select">
<option selected>deeppink
<option>aliceblue
<option>crimson
<option>darkkhaki
<option>cadetblue
<option>darkorchid
<option>coral
<option>chocolate
<option>mediumslateblue
<option>tomato
<option>darkslategray
<option>limegreen
<option>cornflowerblue
<option>darkolivegreen
</select>
<input type="button" value="Start!" onClick="startit()" class="bttn">
<input type="button" value="Stop!" onClick="stopTest()" class="bttn">
</form>
<center>[<a href="mailto:content@lnr.cjb.net?subject=CjK Content">content@lnr.cjb.net</a>]</center>
<br>&nbsp;
</font>
</body>
</html>