-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 889 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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
<title>React App</title>
<link rel = "stylesheet" type = "text/css" href = "css/style.css">
<link rel = "stylesheet" type = "text/css" href = "css/contact.css">
<link rel="stylesheet" href="https://video-react.github.io/assets/video-react.css" />
<!-- <link rel = "stylesheet" type = "text/css" href = "/css/bootstrap.min.css"> -->
<!-- <script src='https://maps.googleapis.com/maps/api/js?key=AIzaSyAL6hYg-SXVfq78PbFlYqBueSygSDZgORY&libraries=places'></script> -->
</head>
<body>
<div id = "app"></div>
<div id = 'root'></div>
<script type = "text/javascript" src = "bundle.js"></script>
<!-- <script src = "index.js"></script> -->
</body>
</html>