serves static files

This commit is contained in:
2024-11-14 11:13:26 +01:00
parent 72ff6d3d9e
commit 9e5005a516
6 changed files with 32 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Data.title }}</title>
</head>
<body>
<img src="/static/img/dummy.png">
{{ .Data.message }}
</body>
</html>