18 lines
474 B
Cheetah
18 lines
474 B
Cheetah
|
{{template "base/head" .}}
|
||
|
<div class="page-content home">
|
||
|
<div class="ui stackable middle very relaxed page grid">
|
||
|
<div class="sixteen wide center aligned centered column">
|
||
|
<div class="hero">
|
||
|
<h1 class="ui icon header title">
|
||
|
Ben Goldsworthy's Code
|
||
|
</h1>
|
||
|
<a href="/explore/repos"><h2>Repositories</h2></a>
|
||
|
<a href="/explore/organizations"><h2>Organisations</h2></a>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|
||
|
|