Fix footer link and tailwind source

This commit is contained in:
2025-01-20 10:39:15 +01:00
parent 9a03a9cebd
commit 8792b05cca

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>qv</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="/static/js/tailwind.min.js"></script>
</head>
<body class="bg-gray-100 text-gray-900">
<div class="min-h-screen flex flex-col items-center justify-center">
@ -21,7 +21,7 @@
</main>
<footer class="mt-12 text-center text-gray-600">
<p>See the source code<a href="https://code.dlmw.ch/dlmw/qv"></a></p>
<a href="https://code.dlmw.ch/dlmw/qv" target="_blank">See the source code</a>
</footer>
</div>
</body>