-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
26 lines (25 loc) · 1018 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta content="always" name="referrer">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>Page Under Construct</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
</head>
<body>
<h4>This page is under construction...</h4>
<h4>You may want to visit: <a href="./byr">北邮人论坛官方客户端</a></h4>
<div style="display:none">
<script src="https://s5.cnzz.com/stat.php?id=1261021525&web_id=1261021525" language="JavaScript"></script>
</div>
</body>
<script>
$(function () {
window.location.href = "/byr";
});
</script>
</html>