add templates/

This commit is contained in:
Sakooooo 2024-12-22 22:44:41 +04:00
parent 1618983416
commit 85c44b58a6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

4
templates/index.html Normal file
View file

@ -0,0 +1,4 @@
<html>
<h1>hi</h1>
<p>this is a test from {{ .test }}</p>
</html>