File size: 394 Bytes
40a04d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends 'base.html' %}
{% block content %}

<div id="home-container">
  <h1 id="home-header">Welcome</h1>
  <center><p>Pease wait for further instruction before doing anything.</p></center>

  <div class="landing-links">
    <a href="https://umw.qualtrics.com/jfe/form/SV_e5afaasSCoqDguG">
        <button id="survey1" type="button">START</button>
    </a>
  </div>
</div>


{% endblock %}