blob: 5d8931db497560149a148156eca949b00a42595a (
plain)
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
34
35
36
37
38
39
40
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="./vendors/bootstrap/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="./vendors/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
|