-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathactivity.html
29 lines (29 loc) · 1.59 KB
/
activity.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta content="telephone=no" name="format-detection">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>
<meta name="description" content="绕道儿拼车网致力于与广大网友一起打造一个诚信可靠、方便实用的拼车信息平台,方便我们出行的同时,让我们认识更多面对面的朋友。这里是中国最大的拼车社区。"/>
<meta name="keywords" content="拼车,拼车网,顺风车,搭车,拼车回家,搭顺风,合乘,拼车交友" />
<title>活动 - 绕道儿拼车网</title>
<!-- 引入样式 -->
<!-- <link rel="stylesheet" type="text/css" href="./index.css"/> -->
<link rel="stylesheet" type="text/css" href="./common.css"/>
<!--[if lt IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
</head>
<body>
<div id="react-content"></div>
<!-- 引入公用文件 -->
<script src="./common.js"></script>
<!-- 引入入口文件 -->
<script src="./activity.js"></script>
</body>
</html>