summaryrefslogtreecommitdiff
path: root/client/index.php
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes>2016-01-20 16:25:18 +0100
committerLoic GUEGAN <loic@Manzerbredes>2016-01-20 16:25:18 +0100
commit35db27b0e62b4cdcb03b0d21bceb4efc769e6161 (patch)
tree3e9ace2c02b7b1cfcea1e59b96c1acd5b65f7239 /client/index.php
parent5fc26d57b922fa60badc1978fa3e97956f10411f (diff)
Add angularjs, change paths
Diffstat (limited to 'client/index.php')
-rw-r--r--client/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.php b/client/index.php
index 67613cc..5d8931d 100644
--- a/client/index.php
+++ b/client/index.php
@@ -7,7 +7,7 @@
<title>Istic-Openstack</title>
<meta name="description" content="Istic-Openstack project">
<meta name="author" content="IOTeam">
- <link rel="stylesheet" href="./css/bootstrap.css">
+ <link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -36,6 +36,6 @@
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="./js/bootstrap.min.js"></script>
+ <script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
</body>
</html> \ No newline at end of file