-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 994 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang='en'>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charSet='utf-8' />
<title>react-formstate-demo</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'/>
<link rel="stylesheet" type="text/css" href='public/css/react-datepicker.min.css'/>
<link rel="stylesheet" type="text/css" href='public/css/style.css'/>
</head>
<body>
<div id='react-mount-point'/>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/16.10.2/umd/react.development.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.10.2/umd/react-dom.development.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.33.1/react-bootstrap.min.js'></script>
<script src='public/bundle.min.js'></script>
</body>
</html>