vivaplusdl/web/index.gohtml
Sebastiaan de Schaetzen 6fd1850e20
Some checks failed
Build / build (push) Failing after 1h10m17s
Basics of a web interface
2025-03-12 08:43:07 +01:00

12 lines
184 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Viva++</title>
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<h1>Viva++</h1>
</body>
</html>