summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes>2016-01-20 15:56:40 +0100
committerLoic GUEGAN <loic@Manzerbredes>2016-01-20 15:56:40 +0100
commitcd999cab386306b25b1025f1ddf4534d4b9b85f8 (patch)
tree12941823503d23a6af0d5b67a592a07b30bb715b
parent9e118d524465d35074223a12c3873423807e357f (diff)
Update index file
-rw-r--r--client/index.php41
-rw-r--r--index.php41
2 files changed, 41 insertions, 41 deletions
diff --git a/client/index.php b/client/index.php
new file mode 100644
index 0000000..758aaa5
--- /dev/null
+++ b/client/index.php
@@ -0,0 +1,41 @@
+<!doctype html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+
+ <title>Istic-Openstack</title>
+ <meta name="description" content="Istic-Openstack project">
+ <meta name="author" content="IOTeam">
+ <link rel="stylesheet" href="client/css/bootstrap.css">
+
+ <!--[if lt IE 9]>
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+ </head>
+
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-4">
+ <div class="panel panel-info">
+ <div class="panel-heading">
+ <h2>Simple Boostrap Testing</h2>
+
+ </div>
+ <div class="panel-body">
+ <p>Simple content</p>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+
+ <body>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="./client/js/bootstrap.min.js"></script>
+ </body>
+</html> \ No newline at end of file
diff --git a/index.php b/index.php
index 758aaa5..e69de29 100644
--- a/index.php
+++ b/index.php
@@ -1,41 +0,0 @@
-<!doctype html>
-
-<html lang="en">
- <head>
- <meta charset="utf-8">
-
- <title>Istic-Openstack</title>
- <meta name="description" content="Istic-Openstack project">
- <meta name="author" content="IOTeam">
- <link rel="stylesheet" href="client/css/bootstrap.css">
-
- <!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
-
- <div class="container">
- <div class="row">
- <div class="col-sm-4">
- <div class="panel panel-info">
- <div class="panel-heading">
- <h2>Simple Boostrap Testing</h2>
-
- </div>
- <div class="panel-body">
- <p>Simple content</p>
-
- </div>
- </div>
- </div>
- </div>
- </div>
-
-
-
-
- <body>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="./client/js/bootstrap.min.js"></script>
- </body>
-</html> \ No newline at end of file