Change body position
This commit is contained in:
parent
189f7a9ef4
commit
4ee3782deb
1 changed files with 17 additions and 12 deletions
|
@ -13,8 +13,10 @@
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- MAIN GRID -->
|
|
||||||
|
<body>
|
||||||
|
<!-- MAIN GRID -->
|
||||||
<div class="container-lg" ng-app="MainApp">
|
<div class="container-lg" ng-app="MainApp">
|
||||||
|
|
||||||
<!-- FIRST ROW -->
|
<!-- FIRST ROW -->
|
||||||
|
@ -55,15 +57,18 @@
|
||||||
</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>
|
|
||||||
<script src="./vendors/angularjs/angular.min.js"></script>
|
|
||||||
<script src="./js/app.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue