Getting ready for release...
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<html><head><title>Test</title></head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
There's a LED. You can't see it, so it's no use clicking any of the buttons below. The buttons
|
||||
do, however, turn the LED on and off.
|
||||
</p>
|
||||
<form method="post" action="led.cgi">
|
||||
<input type="submit" name="led" value="1">
|
||||
<input type="submit" name="led" value="0">
|
||||
</form>
|
||||
|
||||
</body></html>
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<head><title>Test</title></head>
|
||||
<body>
|
||||
<h1>Test!</h1>
|
||||
<p>Yay, the cpio filesystem thingy works. Click <a href="/test2.html">here</a> to see
|
||||
if the 2nd page works too.
|
||||
</p>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head><title>Test</title></head>
|
||||
<body>
|
||||
<h1>Test2!</h1>
|
||||
<p><b>New!</b>You can also control the <a href="led.html">LED</a>...</p>
|
||||
<p>Here's an image of a cat (hopefully...)<br />
|
||||
<img src="cat.jpeg"><br />
|
||||
<img src="ceilingcat.jpg"><br />
|
||||
<img src="disapprove.jpg"><br />
|
||||
<img src="invisiblepogostick.jpg"><br />
|
||||
</p>
|
||||
</body></html>
|
||||
@@ -1,10 +0,0 @@
|
||||
<html><head><title>Test</title></head>
|
||||
<body>
|
||||
|
||||
<form method="post" action="test.cgi">
|
||||
<input type="text" name="Test1" value="t1">
|
||||
<input type="text" name="Test2" value="t2">
|
||||
<input type="submit" name="DoIt" value="Do It">
|
||||
</form>
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user