-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.1 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
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React App</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<!--<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCkLE6-GA3XhwuKYlxlPQRRYoPVzHhNlpE"
type="text/javascript">
</script>-->
<!--My styel sheet-->
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="node_modules/highlight.js/styles/monokai.css">
</head>
<body>
<div id="app"></div>
<script src="./index.js"></script>
</body>
</html>
<!--https://www.codementor.io/tamizhvendan/beginner-guide-setup-reactjs-environment-npm-babel-6-webpack-du107r9zr-->
<!--./node_modules/.bin/webpack -d-->
<!--./node_modules/.bin/webpack -d --watch-->