-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 978 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>Flicker sync</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="node_modules/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="node_modules/font-awesome/css/font-awesome.css" rel="stylesheet">
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/jquery-ui/jquery-ui.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
<script src="node_modules/bootbox/bootbox.js"></script>
<script src="node_modules/jquery.fancytree/dist/jquery.fancytree-all.js"></script>
<link href="node_modules/jquery.fancytree/dist/skin-lion/ui.fancytree.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet">
<script type="text/javascript" src="lib/app/DfiSync.js"></script>
<script type="text/javascript" src="lib/app.js"></script>
</head>
<body>
</body>
</html>