Build base web page

This commit is contained in:
2025-01-22 20:56:35 +01:00
parent f31e0ebbcc
commit 3b208c0103
5 changed files with 106 additions and 2 deletions

11
templates/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Matrix GW</title>
<link rel="icon" type="image/png" href="/static/favicon.png" />
</head>
<body>
</body>
</html>