istic-openstack/client/index.php

79 lines
2.3 KiB
PHP
Raw Normal View History

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-23 14:55:58 +01:00
<link rel="stylesheet" href="./css/style.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-23 14:41:42 +01:00
<body>
<!-- MAIN GRID -->
2016-01-23 14:35:53 +01:00
<div class="container-lg" ng-app="MainApp">
<!-- FIRST ROW -->
2016-01-23 13:12:13 +01:00
<div class="row">
<div class="col-sm-2">
<!-- LOGO -->
2016-01-23 14:49:40 +01:00
<a href="#" class="thumbnail">
<img class="media-object" src='./images/logo.gif' />
</a>
2016-01-23 13:12:13 +01:00
</div>
2016-01-23 14:35:53 +01:00
<div class="col-sm-10">
<header ng-include="'./partials/header.html'"></header>
</div>
</div>
<!-- SECOND ROW -->
2016-01-20 15:56:40 +01:00
<div class="row">
<!-- 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>
</div>
<!-- CONTENT -->
2016-01-23 13:12:13 +01:00
<div class="col-sm-10">
<!-- 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>
</div>
2016-01-20 15:56:40 +01:00
</div>
</div>
2016-01-20 15:56:40 +01:00
</div>
</div>
</div>
2016-01-23 14:41:42 +01:00
</body>
2016-01-20 15:56:40 +01:00
2016-01-23 14:41:42 +01:00
<!-- Include JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include Bootstrap -->
<script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
<!-- Include AngularJS -->
<script src="./vendors/angularjs/angular.min.js"></script>
<!-- Include our app -->
<script src="./js/app.js"></script>
2016-01-23 14:35:53 +01:00
2016-01-20 15:56:40 +01:00
</html>