2022-11-25 13:33:27 -05:00
|
|
|
{{ template "layout_header" . }}
|
|
|
|
|
2022-11-25 14:27:24 -05:00
|
|
|
<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>
|
2022-11-25 13:33:27 -05:00
|
|
|
|
|
|
|
{{ template "layout_footer" . }}
|