jerryscript/_layouts/default.html
Ryan y. Seo 7dcd1e5e9f Fix broken links for github page website (#1340)
JerryScript-DCO-1.0-Signed-off-by: Ryan Youngtae Seo ryan@cworkers.kr
2016-09-12 14:58:50 +02:00

22 lines
437 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
<div class="container">
{{ content }}
</div><!-- /.container -->
{% include footer.html %}
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="{{ site.github.url }}/js/bootstrap.min.js"></script>
</body>
</html>