forked from MAXIAODONGS/runSchool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
25 lines (22 loc) · 749 Bytes
/
other.html
File metadata and controls
25 lines (22 loc) · 749 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>校园跑腿</title>
<meta name="description" content="校园跑腿"/>
<meta name="keywords" content="校园跑腿"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="css/amazeui.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/amazeui.min.js"></script>
<script type="text/javascript" src="js/application.js"></script>
</head>
<script type="text/javascript">
$(function () {
location.href = "http://www.qq.com";
});
</script>
<body>
</body>
</html>