Added Grunt for compiling CSS/JS; added start of Result controller

This commit is contained in:
2022-11-25 16:30:22 -05:00
parent ade48ccb2f
commit 323152a8f5
14 changed files with 3425 additions and 2 deletions

View File

@ -4,6 +4,16 @@
{% block content %}
<p>This is a test.</p>
<div class="row">
<div class="twelve columns">
<h1>Welcome to Colossus!</h1>
<p>Using Colossus, you can easily organize your hardware benchmark results.</p>
<hr>
<p><a href="{{ url_for('result.list') }}">View saved results</a></p>
<p><a href="{{ url_for('result.add') }}">Add a new result</a></p>
</div>
</div>
{% endblock %}