11 lines
206 B
HTML
11 lines
206 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>
|
|
</body>
|
|
</html> |