This commit is contained in:
Boof 2023-02-09 11:55:17 +01:00 committed by GitHub
parent bed3e9ca0c
commit f61cff688d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
@import "compass/css3";
body {
background: black;
font-family: 'Varela', sans-serif;
@ -176,5 +175,6 @@
<body>
<p class="glitch" data-text="404">404</p>
<p class="glitch" style="font-size: 60px;" data-text="Page not found">Page not found</p>
<p class="glitch" style="font-size: 60px;" data-text="Page not">Page not</p>
<p class="glitch" style="font-size: 60px;" data-text="found">found</p>
</body>