scrapple/templates/index.html
2021-05-22 14:29:40 -04:00

14 lines
473 B
HTML

{% extends "base.html" %}
{% block base %}
<div class="card fluid">
<h1 class="section">Yoyodyne Propulsion Systems <small>The future begins tomorrow</small></h1>
<div class="section">
<p>Welcome to Yoyodyne Propulsion Systems, where the future begins tomorrow.</p>
<p>
Since 1938 we have been producing key technological components for the success of our great nation, from our home office in New Jersey.
</p>
</div>
</div>
{% endblock %}