forked from dingtalk-templates/webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 793 Bytes
/
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,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>Paytm</title>
<style>
body,div,h1,p{
margin: 0px;
padding: 0px;
}
body{
font-size: 14px;
color: #333;
background-color: #eee;
}
</style>
</head>
<body>
<link rel="stylesheet" href="./static/css/vue-bundle.css">
<div id="root"></div>
<script src="./static/js/manifest.js" charset="utf-8"></script>
<script src="./static/js/vendor.js" charset="utf-8"></script>
<script src="./static/js/vue-bundle.js" charset="utf-8"></script>
<!-- built files will be auto injected -->
</body>
</html>