GalaxyTab's picture
Added Frozone Stuff
40a04d4
{% extends 'base.html' %}
{% block content %}
<div id="home-container">
<h1 id="home-header">Get Ready</h1>
<center><p>Please wait for further instruction before doing anything.</p></center>
<div class="landing-links">
<a href="{{ url_for('home') }}">
<button id="survey1" type="button">NEXT</button>
</a>
</div>
</div>
{% endblock %}