summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes>2016-01-23 14:55:58 +0100
committerLoic GUEGAN <loic@Manzerbredes>2016-01-23 14:55:58 +0100
commit3f011e0b1d7b947ffe319a4d6f0c484278589217 (patch)
tree4cca1191996f09e55a7280ce98adf27f6877b59e
parent4fb9cfe17b87a37b9ca4eba7731d6e095fd36b7c (diff)
Include personnal stylesheet
-rw-r--r--client/css/style.css (renamed from client/images/empty)0
-rw-r--r--client/index.php2
2 files changed, 2 insertions, 0 deletions
diff --git a/client/images/empty b/client/css/style.css
index e69de29..e69de29 100644
--- a/client/images/empty
+++ b/client/css/style.css
diff --git a/client/index.php b/client/index.php
index 668711e..c8ccaac 100644
--- a/client/index.php
+++ b/client/index.php
@@ -8,6 +8,8 @@
<meta name="description" content="Istic-Openstack project">
<meta name="author" content="IOTeam">
<link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.css">
+ <link rel="stylesheet" href="./css/style.css">
+
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>