-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (18 loc) · 817 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
25
26
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>A Pen by Marcin Kamianowski</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>RecipeBook</h1>
<div id='book'></div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.min.js'></script>
<script src='https://rawgit.com/vn38minhtran/react-modal-bootstrap/master/dist/react-modal-bootstrap.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.30.7/react-bootstrap.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>