22 lines
657 B
HTML
22 lines
657 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>homehud</title>
|
||
<style>
|
||
body { font-family: sans-serif; margin: 2em; }
|
||
h1 { color: #2c3e50; }
|
||
ul { line-height: 1.6; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>homehud repository</h1>
|
||
<p>Welcome to the homehud Git repository served via Nginx.</p>
|
||
<h2>Contents</h2>
|
||
<ul>
|
||
<li><a href="mata-avispas/">mata-avispas/</a> – Flyback high‑voltage generator controller (ESP32‑C3)</li>
|
||
<li><a href="README.md">README.md</a> – repository description</li>
|
||
</ul>
|
||
<p>Last updated: <script>document.write(new Date().toLocaleString());</script></p>
|
||
</body>
|
||
</html>
|