Added Grunt for compiling CSS/JS; added start of Result controller
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user