Basics of a web interface
Some checks failed
Build / build (push) Failing after 1h10m17s

This commit is contained in:
2025-03-12 08:43:07 +01:00
parent 53aaf09c76
commit 6fd1850e20
10 changed files with 165 additions and 108 deletions

11
web/index.gohtml Normal file
View File

@@ -0,0 +1,11 @@
<!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>