Browse Source

add link to /dashboard in index.html template.

stable
Craig Oates 2 years ago
parent
commit
249f86b88e
  1. 1
      templates/index.html

1
templates/index.html

@ -3,5 +3,6 @@
{% block content %}
<h1>Index</h1>
<a href="/setup">Create Account</a>
<a href="/dashboard">Dashboard</a>
<a href="login">Log-In</a>
{% endblock %}

Loading…
Cancel
Save