-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport" />
<title>vue3-cli</title>
<style>
html,body,form,fieldset,p,div,ul,h1,h2,h3,h4,h5,h6,figure,article,strong,dl,dd{border:0;outline:0;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none}*{-webkit-touch-callout:none;-webkit-user-select:none;margin:0;padding:0;font-family:Arial}input,textarea{-webkit-touch-callout:inherit;-webkit-user-select:text}body,html{width:100%;height:100%}body{background-color:#edf0f5;overflow-x:hidden}ul{list-style:none}a{text-decoration:none!important;outline:0;display:block}a:hover,a:active{outline:0}em,i{font-style:normal}img{border:0 none;vertical-align:middle;width:100%}:focus{outline:0}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="text/javascript" src="//cdn.bootcdn.net/ajax/libs/vConsole/3.14.2/vconsole.min.js"></script>
<script>
var vConsole = new VConsole();
</script>
</body>
</html>