all working

This commit is contained in:
2025-01-28 21:59:53 +01:00
parent 1786100052
commit 955ac89c1a
28 changed files with 3355 additions and 2300 deletions
+15 -14
View File
@@ -1,16 +1,17 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link type="image/svg+xml" href="/vite.svg" rel="icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/css/index.css" rel="stylesheet" />
<title>Rating Orama</title>
{{block "css" .}} {{end}}
</head>
<body class="min-h-screen bg-gray-100">
{{embed}}
<script type="module" src="/js/main.js"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ .Title }}</title>
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
</head>
<body class="min-h-screen bg-slate-50">
{{ embed }}
</body>
</html>