We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b8678 commit ac8d0c0Copy full SHA for ac8d0c0
index.html
@@ -3,13 +3,13 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
-<title>lepunk</title>
+ <title>✍️ MiniTemplate - Simple Template Engine</title>
7
8
<!-- DaisyUI with Tailwind CDN -->
9
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.12/dist/full.min.css" rel="stylesheet" />
10
<script src="https://cdn.tailwindcss.com"></script>
11
</head>
12
-<body class="flex flex-col min-h-screen" data-theme="cyberpunk">
+<body class="flex flex-col min-h-screen">
13
14
<!-- Components that will be hidden/shown based on authentication -->
15
<div>
0 commit comments