Skip to content

Instantly share code, notes, and snippets.

@gtrstitch
Created July 13, 2013 23:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gtrstitch/5992603 to your computer and use it in GitHub Desktop.
Save gtrstitch/5992603 to your computer and use it in GitHub Desktop.
<hmtl>
<head>
ARDUINO PAGE
</head>
<title>
ARDUINO + ETHERNET Page
</title>
<body bgcolor=black>
<font color=white>
<center>
<b>
Greetings! Here you will find a somewhat interactive page served up by my Arduino!
</br>
As well, you can interact with my Arduino! It's pretty basic, and you really can't see it,
</br>
but as you press a button, you turn on or off an LED or move a Servo! Have fun!
</b>
<p>
<table border=0 width=200>
<tr>
<td align=center>
<font color=white>
The Temperature is:
</td>
</tr>
<tr>
<td align=center>
<font color = turquoise size=10>
00
</td>
</tr>
</table>
<p>
<FORM>
<INPUT type=button value=LED1 ON onClick=window.location='/?lighton1\'>
<INPUT type=button value=LED1-OFF onClick=window.location='/?lightoff1\'>
</FORM>
<FORM>
<INPUT type=button value=Servo-0 onClick=window.location='/?servo0\'>
<INPUT type=button value=Servo 45 onClick=window.location='/?servo45\'>
<INPUT type=button value=Servo 90 onClick=window.location='/?servo90\'>
</FORM>
<table border=1 width=200>
<tr>
<td align=center>
<font color=white size=3>
There is currently
</td>
</tr>
<tr>
<td align=center>
<font color=white size=5>
NO MOTION
</td>
</tr>
</table>
</center>
</font>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment