-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathindex.html
27 lines (26 loc) · 1.07 KB
/
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
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;">-->
<!--<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">-->
<!--<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">-->
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
<title>a-vue-app-template</title>
<style>
body {
margin: 0;
padding: 0;
border: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<!--<script type="text/javascript" src="cordova.js"></script>-->
<!-- built files will be auto injected -->
</body>
</html>