20 lines
740 B
Cheetah
20 lines
740 B
Cheetah
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="gt-pt-4">
|
|
<div class="center">
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/i-am-developer.gif">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppDisplayName}}
|
|
</h1>
|
|
|
|
<h2>Welcome to the home of trashy source code and wonky projects</h2>
|
|
|
|
<h2>If you have ended up here in the search of answers, you should take a moment and wonder where it all went wrong</h2>
|
|
|
|
<h2>If you still think answers lie beyond here, go ahead, see how wrong you are</h2>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{{template "base/footer" .}}
|