-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 713 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>react-notes-app</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0,width=device-width,user-scalable=0,maximum-scale=1.0"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="shortcut icon" type="images/x-icon" href="./assets/img/hunliji.png">
<link rel="stylesheet" href="dist/app.min.css">
</head>
<body >
<div id="react-root" style="height: 100%"></div>
<script type="text/javascript" src="dist/vendor.min.js"></script>
<script type="text/javascript" src="dist/app.min.js"></script>
</body>
</html>