Dateien zum Post.

This commit is contained in:
Olli Graf
2024-12-13 08:54:05 +01:00
parent 493e6fe389
commit 4d90cd2f27
4 changed files with 153 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!--Diese Datei muss für den led-server auf dem PicoW gespeichert werden. -->
<!DOCTYPE html>
<html>
<head>
<title>Pico W Page</title>
</head>
<body>
<h2> Raspberry Pi Pico Status</h2>
<ul>
<li> LED {0} </li>
<li> Button {1} </li>
</ul>
</head
</html>