Fix footer link and tailwind source
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>qv</title>
|
<title>qv</title>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="/static/js/tailwind.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gray-100 text-gray-900">
|
<body class="bg-gray-100 text-gray-900">
|
||||||
<div class="min-h-screen flex flex-col items-center justify-center">
|
<div class="min-h-screen flex flex-col items-center justify-center">
|
||||||
@ -21,7 +21,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="mt-12 text-center text-gray-600">
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user