Update index file
This commit is contained in:
parent
9e118d5244
commit
cd999cab38
2 changed files with 41 additions and 41 deletions
41
client/index.php
Normal file
41
client/index.php
Normal file
|
@ -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>
|
41
index.php
41
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>
|
Loading…
Add table
Reference in a new issue