-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (24 loc) · 946 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
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Diego Leonardo Urban">
<title>Recipe Box</title>
<link rel="stylesheet" href="vendors/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="vendors/animate/animate.min.css" />
<link rel="stylesheet" href="vendors/font-awesome/css/font-awesome.min.css" />
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="resources/css/main.css">
</head>
<body>
<header>
<h1 title="Recipe Box">Recipe Box</h1>
</header>
<div id="container" class="container"/>
<script src="vendors/jquery/jquery-2.2.4.min.js"></script>
<script src="vendors/bootstrap/bootstrap.min.js"></script>
<script src="vendors/react/react.js"></script>
<script src="vendors/react/react-dom.js"></script>
<script type="text/javascript" src="dist/main.js"></script>
</body>
</html>