feat: prove the Wi-Fi, LittleFS, and HTTP vertical slice
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Морской бой — ESP32</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Морской бой</h1>
|
||||
<p>ESP32-C6: проверка Wi-Fi, LittleFS и HTTP.</p>
|
||||
<section aria-live="polite">
|
||||
<h2>Состояние устройства</h2>
|
||||
<dl id="health">Загрузка…</dl>
|
||||
</section>
|
||||
</main>
|
||||
<script src="/app.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user