14 lines
381 B
HTML
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;">
|
|
© 2019 Nicholas Pease (LAX18)
|
|
</div>
|
|
</body>
|
|
</html> |