59 lines
No EOL
1.7 KiB
PHP
59 lines
No EOL
1.7 KiB
PHP
<!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>
|
|
|
|
<!-- MAIN GRID -->
|
|
<div class="container-lg">
|
|
|
|
<!-- FIRST ROW -->
|
|
<div class="row" style="background-color: red;">
|
|
<div class="col-sm-2" style="background-color: blue;">
|
|
<!-- LOGO -->
|
|
LOGO
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SECOND ROW -->
|
|
<div class="row">
|
|
|
|
|
|
<!-- NAV -->
|
|
<div class="col-sm-2" style="background-color: pink;">
|
|
NAV
|
|
</div>
|
|
|
|
|
|
<!-- CONTENT -->
|
|
<div class="col-sm-10" style="background-color: green;">
|
|
<!-- INTERNAL GRID -->
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-2">
|
|
MAIN CONTENT !
|
|
</div>
|
|
</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> |