forked from ccoenraets/directory-react-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 931 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Employee Directory</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href="ratchet/css/ratchet.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="css/pageslider.css" rel="stylesheet" type="text/css">
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react-with-addons.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.13.3/JSXTransformer.js"></script>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/router.js"></script>
<script src="js/data-service.js"></script>
<script type="text/jsx" src="js/pageslider-react.js"></script>
<script type="text/jsx" src="js/app.js"></script>
</head>
<body></body>
</html>