41 lines
1.4 KiB
Text
41 lines
1.4 KiB
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<% include header %>
|
||
|
<body>
|
||
|
<% include navbar %>
|
||
|
|
||
|
<!-- Main jumbotron for a primary marketing message or call to action -->
|
||
|
<div class="jumbotron">
|
||
|
<div class="container">
|
||
|
<h1>Hello, world!</h1>
|
||
|
<p>This is a template for a simple marketing or informational
|
||
|
website. It includes a large callout called a jumbotron and three
|
||
|
supporting pieces of content. Use it as a starting point to create
|
||
|
something more unique.</p>
|
||
|
<p>
|
||
|
<a class="btn btn-primary btn-lg" role="button">Learn more
|
||
|
»</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="container">
|
||
|
<% include content %>
|
||
|
</div>
|
||
|
<!-- /container -->
|
||
|
<script type="text/javascript">
|
||
|
$(document).ready(function() {
|
||
|
$('#home').addClass("active");
|
||
|
});
|
||
|
</script>
|
||
|
<!-- Bootstrap core JavaScript
|
||
|
================================================== -->
|
||
|
<!-- Placed at the end of the document so the pages load faster -->
|
||
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||
|
<script src="https://code.jquery.com/jquery.js"></script>
|
||
|
<!-- Latest compiled and minified JavaScript -->
|
||
|
<script
|
||
|
src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|