forked from ex-change/ex-change.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexitpi.html
More file actions
22 lines (19 loc) · 723 Bytes
/
exitpi.html
File metadata and controls
22 lines (19 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta id="viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<title></title>
</head>
<body style="margin:0;padding:0; background:black; font-family: Arial, Verdana, Sans-Serif;">
<div id="message" width:1000px;">
<div style="background-color:black;position:absolute;z-index:9001;top:0;width:100%;height:100%;">
</div>
<div style="z-index:9004;position:absolute;top:30%;left:0;width:100%;text-align:center;">
<a style="font-size:30px;font-weight:bold;color:white;text-shadow:0 2px 0 black;">
<span><br><br>Page could not be loaded<br><br></span>
</a>
</div>
</div>
</body>
</html>