Skip to content

Commit ac8d0c0

Browse files
reverted index
1 parent b9b8678 commit ac8d0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>lepunk</title>
6+
<title>✍️ MiniTemplate - Simple Template Engine</title>
77

88
<!-- DaisyUI with Tailwind CDN -->
99
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.12/dist/full.min.css" rel="stylesheet" />
1010
<script src="https://cdn.tailwindcss.com"></script>
1111
</head>
12-
<body class="flex flex-col min-h-screen" data-theme="cyberpunk">
12+
<body class="flex flex-col min-h-screen">
1313

1414
<!-- Components that will be hidden/shown based on authentication -->
1515
<div>

0 commit comments

Comments
 (0)