Files
GiteaCustomizations/custom/templates/home.tmpl
2026-02-11 21:20:26 -05:00

10 lines
479 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"><span class="typing-text"></span><span class="orange-heart">&#10084;&#65038;</span> Open Source</h1>
</div>
</div>
<script src="{{AppSubUrl}}/assets/js/typing-animation.js"></script>
{{template "base/footer" .}}