-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.07 KB
/
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
<!doctype html>
<html class="no-js" lang="">
<head>
<title>Hoodie-desktop-application</title>
<link rel="stylesheet" href="vendor/bootstrap-3.3.6-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body data-state="dashboard">
<app></app>
<script type="riot/tag" src="/tags/app.tag"></script>
<script type="riot/tag" src="/tags/apps-container.tag"></script>
<script type="riot/tag" src="/tags/create-app-container.tag"></script>
<script type="riot/tag" src="/tags/detail-app-container.tag"></script>
<script type="riot/tag" src="/tags/edit-app-container.tag"></script>
<!--edit-->
<!-- <script type="riot/tag" src="/tags/contact-list.tag"></script>
<script type="riot/tag" src="/tags/hello-world.tag"></script> -->
<script src="bower_components/riot/riot+compiler.min.js"></script>
<script src="vendor/jquery.min.js"></script>
<script src="vendor/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
<script src="scripts/indexApi.js"></script>
<script>
// start the app
riot.mount('app')
</script>
</body>
</html>