Added homepage

This commit is contained in:
2022-11-25 14:27:24 -05:00
parent afd6ffc3f1
commit 7c55247af0
3 changed files with 63 additions and 9 deletions

View File

@ -1,5 +1,24 @@
{{ template "layout_header" . }}
<p>This is a test.</p>
<div id="main-wrapper" class="container">
<div class="row">
<div class="twelve columns">
<h1>Welcome to Colossus!</h1>
<p>Using Colossus you can easily keep track of your PC hardware benchmarking results and benchmark settings.</p>
</div>
</div>
<div class="row">
<div class="four columns">
<p><a href="/benchmark/add">Add benchmarking result</a></p>
</div>
<div class="four columns">
<p><a href="/hardware/add">Add new hardware</a></p>
</div>
<div class="four columns">
<p><a href="/game/add">Add new game</a></p>
</div>
</div>
</div>
{{ template "layout_footer" . }}