-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 991 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
<script src="https://as.alipayobjects.com/g/component/fastclick/1.0.6/fastclick.js"></script>
<script>
if ('addEventListener' in document) {
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body);
}, false);
}
window.PromiseRejectionEvent = function () {};
</script>
<link rel="stylesheet" type="text/css" href="./main.css" >
<title>REACT COMPONENT</title>
</head>
<body>
<div class="app" id="root" ></div>
<script src="./vendor/vendor.dll.js" ></script>
<script src="./main.js" ></script>
<!-- <iframe src="http://localhost:3000/" name="inner_iframe" scrolling="auto" frameborder="0" style="width: 100%; height: 800px; overflow: auto;"></iframe> -->
</body>
</html>