You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
688 B
20 lines
688 B
10 years ago
|
<html>
|
||
|
<head><title>Esp8266 web server</title></head>
|
||
|
<body>
|
||
|
<h1>it Works</h1>
|
||
|
<p>
|
||
|
If you see this, it means the tiny li'l website in your ESP8266 does actually work.
|
||
|
<ul>
|
||
|
<li>If you haven't connected this device to your WLAN network now, you can <a href="/wifi">do so.</a></li>
|
||
|
<li>You can also control the <a href="led.tpl">LED</a>.</li>
|
||
|
<li>And because I can, here's a link to my <a href="http://spritesmods.com/">website</a></ul>
|
||
|
</ul>
|
||
|
</p>
|
||
|
|
||
|
<p>And because we're on the Internets now, here are the required pictures of some cats:<br />
|
||
|
<img src="cats/cross-eyed-cat.jpg"><br />
|
||
|
<img src="cats/junge-katze-iv.jpg"><br />
|
||
|
<img src="cats/kitten-loves-toy.jpg"><br />
|
||
|
</p>
|
||
|
</body></html>
|