scrapple/templates/index.html

14 lines
473 B
HTML
Raw Normal View History

2021-05-22 18:29:40 +00:00
{% 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 %}