26 lines
588 B
HTML
26 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>PROXY ERROR</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,700">
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="notfound">
|
|
<div class="notfound">
|
|
<div class="notfound-404">
|
|
<h1>4<span>0</span>4</h1>
|
|
</div>
|
|
<p>Please disable PROXY!</p>
|
|
<a href="#">PROXY ERROR</a>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|