11 lines
416 B
Cheetah
11 lines
416 B
Cheetah
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content home">
|
|
<div class="home-container">
|
|
<img class="logo-img" src="{{AppSubUrl}}/assets/img/logo.png" alt="Oribi Technology Services"/>
|
|
<h1 class="hero-title">Oribi Technology Services</h1>
|
|
<div class="hero-subtitle">Internal Code Repository</div>
|
|
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|