2016-01-20 15:56:40 +01:00
|
|
|
<!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">
|
2016-01-20 16:25:18 +01:00
|
|
|
<link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.css">
|
2016-01-20 15:56:40 +01:00
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
|
2016-01-21 14:41:50 +01:00
|
|
|
<!-- MAIN GRID -->
|
2016-01-23 14:35:53 +01:00
|
|
|
<div class="container-lg" ng-app="MainApp">
|
2016-01-21 14:41:50 +01:00
|
|
|
|
|
|
|
<!-- FIRST ROW -->
|
2016-01-23 13:12:13 +01:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-2">
|
2016-01-21 14:41:50 +01:00
|
|
|
<!-- LOGO -->
|
2016-01-23 13:12:13 +01:00
|
|
|
<p>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br/>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br /></p>
|
|
|
|
</div>
|
2016-01-23 14:35:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-10">
|
|
|
|
<header ng-include="'./partials/header.html'"></header>
|
|
|
|
|
2016-01-21 14:41:50 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- SECOND ROW -->
|
2016-01-20 15:56:40 +01:00
|
|
|
<div class="row">
|
2016-01-21 14:41:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!-- NAV -->
|
2016-01-23 13:12:13 +01:00
|
|
|
<div class="col-sm-2">
|
2016-01-23 14:35:53 +01:00
|
|
|
<nav ng-include="'./partials/nav.html'"></nav>
|
2016-01-21 14:41:50 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CONTENT -->
|
2016-01-23 13:12:13 +01:00
|
|
|
<div class="col-sm-10">
|
2016-01-21 14:41:50 +01:00
|
|
|
<!-- INTERNAL GRID -->
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
2016-01-23 13:12:13 +01:00
|
|
|
<div class="col-sm-2" >
|
|
|
|
<p style="text-align:center;"> MAIN CONTENT !</p>
|
2016-01-21 14:41:50 +01:00
|
|
|
</div>
|
2016-01-20 15:56:40 +01:00
|
|
|
</div>
|
2016-01-21 14:41:50 +01:00
|
|
|
</div>
|
2016-01-20 15:56:40 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
2016-01-20 16:25:18 +01:00
|
|
|
<script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
|
2016-01-23 14:35:53 +01:00
|
|
|
<script src="./vendors/angularjs/angular.min.js"></script>
|
|
|
|
<script src="./js/app.js"></script>
|
|
|
|
|
|
|
|
|
2016-01-20 15:56:40 +01:00
|
|
|
</body>
|
|
|
|
</html>
|