Accessibility fix
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-16 12:28:14 -03:00
parent c81cc54d91
commit 93bbfee7f7

View File

@@ -59,7 +59,7 @@
</script> </script>
</head> </head>
<body> <body>
<div class="container"> <main class="container">
<div class="emoji">🛸</div> <div class="emoji">🛸</div>
<h1>Nothing to See Here</h1> <h1>Nothing to See Here</h1>
<p> <p>
@@ -70,6 +70,6 @@
There&apos;s nothing here for you.<br /> There&apos;s nothing here for you.<br />
Go on. Shoo. Scram. Or just keep wondering. Go on. Shoo. Scram. Or just keep wondering.
</p> </p>
</div> </main>
</body> </body>
</html> </html>