You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
618 B
HTML
18 lines
618 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include 'includes/head.html' %}
|
|
<body>
|
|
{% include 'includes/header.html' %}
|
|
{% block content %}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="one-half column" style="margin-top: 25%">
|
|
<h4>Basic Page</h4>
|
|
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% include 'includes/footer.html' %}
|
|
</body>
|
|
</html> |