You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
461 B
15 lines
461 B
<div class="container"> |
|
<hr> |
|
|
|
<footer> |
|
<p>© Jury Ondersteunings Stam 2016</p> |
|
</footer> |
|
|
|
</div> |
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> |
|
<!-- Include all compiled plugins (below), or include individual files as needed --> |
|
<script src="<?php echo base_url('bootstrap/js/bootstrap.min.js'); ?>"></script> |
|
</body> |
|
</html>
|
|
|