Files
PageNothingToSee/index.html
2024-09-21 07:06:24 +02:00

13 lines
360 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">
<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>