~Chao Li~

~Kumo no Mukou, Yakusoku no Basho~

 
~~~~

<html>
<head>
<title>Don't Click</title>
</head>
//Chao Li. October 26, 2007

<body>
<center><center>
<h1>Don't Click<br></h1>
</center>
<hr>
<form name = myForm>
<input type = "button"
value = "Don't Click Me!!"
onClick = 'alert("ouch!!")'>
</form>
</body>
</html>

 
 
 
~~~~