game/proxy/index.html

26 lines
588 B
HTML
Raw Normal View History

2022-12-19 20:22:19 +00:00
<!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" />
2022-12-19 20:22:19 +00:00
</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>
2022-12-19 20:22:19 +00:00
</html>