-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplate.mobile.html
20 lines (20 loc) · 1.01 KB
/
template.mobile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="{{ root }}mobile.css"/>
<link rel="stylesheet" type="text/css" href="//unpkg.com/[email protected]/build/dd.min.css" id="mobile-theme"/>
<!--[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">{{ content | safe }}</div>
</body>
<script src="//g.alicdn.com/platform/c/??react/0.14.9/react-with-addons.min.js,react/0.14.9/react-dom.min.js"></script>
<script src="//unpkg.com/[email protected]/build/salt-ui.min.js"></script>
<script src="{{ root }}common.js"></script>
<script src="{{ root }}mobile.js"></script>
</html>