Files
2021-06-24 17:19:49 -04:00

14 lines
381 B
HTML

<html>
<head>
<title>Unauthorized Access</title>
</head>
<body>
<h1 style="color: red;font-size: 70pt;text-align: center">
ERROR<br>
UNAUTHORIZED ACCESS
</h1>
<div style="position: fixed;right: 3px;bottom: 3px;background-color: white;font-family: 'Exo', sans-serif;font-size: 14pt;">
&copy; 2019 Nicholas Pease (LAX18)
</div>
</body>
</html>