Basic HTTP web server

This commit is contained in:
Quentin Boyer 2023-11-04 17:09:14 +01:00
parent c17baa112c
commit 44222d2d9a
4 changed files with 1412 additions and 1 deletions

9
templates/index.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Home Assistant Guest</title>
</head>
<body></body>
</html>