Add [09_m1284p_WIZNET_simple_webserver] prj

This commit is contained in:
maxxir_w
2019-01-18 14:06:10 +04:00
parent 3e9f3fac48
commit 8e0f9177be
20 changed files with 7722 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<html>
<style>body { max-width: 480; margin: 0 auto; padding: 0 5px;}
h1,h3 { text-align: center;}</style>
<body><span style="color:#0000A0">
<h1>W5500 Simple Web Server</h1><hr>
<h3>AVR_maxxir Mega1284p and WIZ5500</h3><hr>
<form method="POST">
<strong>
Uptime: <input type="text" size=2 value="34"> sec
<p><input type="radio" name="radio" value="0" checked>LED1 OFF
<br><input type="radio" name="radio" value="1" >LED1 ON
<p>
<input type="submit" value="Update data">
</strong>
</form>
</span>
</body>
</html>