Files
PageNothingToSee/index.html
2024-09-21 07:05:57 +02:00

15 lines
417 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Nothing to see here.</title>
</head>
<body class="text-3xl font-bold">
<h1>Nothing to see here.</h1>
</body>
</html>