14 lines
473 B
HTML
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 %}
|