Files
homehud/index.html
T
2026-07-04 16:51:25 +02:00

22 lines
657 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 highvoltage generator controller (ESP32C3)</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>