-
Notifications
You must be signed in to change notification settings - Fork 3
/
weex.html
32 lines (29 loc) · 1009 Bytes
/
weex.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
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>weex-vue-demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no, email=no">
<!-- <style>body > div { height: 100%; }</style> -->
<style>
body::before {
content: "1";
height: 1px;
overflow: hidden;
color: transparent;
display: block;
}
</style>
<script src="./assets/phantom-limb.js"></script>
<script src="./node_modules/vue/dist/vue.runtime.js"></script>
<script src="./node_modules/weex-vue-render/dist/index.js"></script>
</head>
<body>
<div id="root"></div>
<script src="./dist/Home.web.js"></script>
</body>
</html>