root page, new layout

This commit is contained in:
2025-12-13 21:02:22 +01:00
parent 0a92fd678f
commit ca65b24899
6 changed files with 140 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{{define "content"}}
<h1 class="my-4">Welcome</h1>
<p>
Welcome to Teletype Games! This site is dedicated to showcasing <strong>open-source indie games</strong>,
created with enthusiasm and as a hobby project.
</p>
<p>
Explore our collection of unique games, navigate using the top menu to access the <strong>Home</strong> page,
discover more <strong>Softwares</strong>, or check out our <strong>Youtube</strong> channel.
</p>
{{end}}