forked from BracyBunch/Febe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (15 loc) · 706 Bytes
/
index.html
File metadata and controls
16 lines (15 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<head>
<link rel="stylesheet" href="./styles/css/bootstrap.min.css">
<link rel="stylesheet" href="./styles/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="./styles/css/styles.css">
<link rel="stylesheet" href="./styles/css/react-datepicker.css">
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://www.utwente.nl/ctit/hstt/datasets/Artificial/world.png" />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<div class="main">
</div>
</body>
<script src="main.js"></script>