mirror of https://github.com/jeelabs/esp-link.git
parent
69bd1bd9c5
commit
a979dabd3b
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 48 KiB |
@ -1,19 +1,24 @@ |
|||||||
<html> |
<html> |
||||||
<head><title>Esp8266 web server</title></head> |
<head><title>Esp8266 web server</title> |
||||||
|
<link rel="stylesheet" type="text/css" href="style.css"> |
||||||
|
</head> |
||||||
<body> |
<body> |
||||||
<h1>it Works</h1> |
<div id="main"> |
||||||
|
<h1>It Works</h1> |
||||||
<p> |
<p> |
||||||
If you see this, it means the tiny li'l website in your ESP8266 does actually work. |
If you see this, it means the tiny li'l website in your ESP8266 does actually work. |
||||||
<ul> |
<ul> |
||||||
<li>If you haven't connected this device to your WLAN network now, you can <a href="/wifi">do so.</a></li> |
<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>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> |
<li>You can download the raw <a href="flash.bin">contents</a> of the SPI flash rom</li> |
||||||
|
<li>And because I can, here's a link to my <a href="http://spritesmods.com/?f=esphttpd">website</a></ul> |
||||||
</ul> |
</ul> |
||||||
</p> |
</p> |
||||||
|
|
||||||
<p>And because we're on the Internets now, here are the required pictures of some cats:<br /> |
<p>And because we're on the Internets now, here are the required pictures of cats:<br /> |
||||||
<img src="cats/cross-eyed-cat.jpg"><br /> |
<img src="cats/cross-eyed-cat.jpg"><br /> |
||||||
<img src="cats/junge-katze-iv.jpg"><br /> |
<img src="cats/junge-katze-iv.jpg"><br /> |
||||||
<img src="cats/kitten-loves-toy.jpg"><br /> |
<img src="cats/kitten-loves-toy.jpg"><br /> |
||||||
</p> |
</p> |
||||||
|
</div> |
||||||
</body></html> |
</body></html> |
||||||
|
Loading…
Reference in new issue