-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexception.html
30 lines (28 loc) · 1 KB
/
exception.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>airAD</title>
<style type="text/css">
body{background:#fff}
body,p,th,td{margin:0;padding:0;font:12px/1.6 arial;color:#333}
p{margin:0 0 10px 0}
a:link,a:visited,a:hover{color:#078c91;text-decoration:none}
.main{overflow:hidden;position:relative}
.con{width:80%;padding:30px;margin:auto}
.footer{position:relative;bottom:0;right:0;padding:0 5px 0 0;font-size:10px;color:#b3afad; background:url(../images/phone/bg_footer.png) bottom right no-repeat;width:81px;text-align:right}
</style>
</head>
<body>
<div class="main">
<div class="con">
<div style="position:absolute;top:50%;margin-top:-6px;left:50%; margin-left:-80px">
广告载入失败,请关闭重试…
</div>
</div>
<div class="footer">
by airAD.com
</div>
</div>
</body>
</html>