mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 07:54:00 +01:00
13 lines
339 B
HTML
13 lines
339 B
HTML
<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>
|