gitea-custom/templates/home.tmpl

7 lines
218 B
Cheetah
Raw Normal View History

2022-09-07 19:40:18 +00:00
{{template "base/head" .}}
<div class="page-content home">
<h1>The Rampin's code forge</h1>
<img src="../imgs/rampins.png" alt="A wizard and a witch at two old style computers">
2022-09-07 19:40:18 +00:00
</div>
{{template "base/footer" .}}