feat: config initialization routines
Some checks failed
/ test (push) Successful in 2m25s
Build and Deploy Go App / build (push) Failing after 2m29s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-10-08 00:50:48 +03:00
parent 21e19fbc36
commit a5605262b3
Signed by: nihonium
GPG key ID: 0251623741027CFC
7 changed files with 264 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ .title }}</title>
</head>
<body>
<h1>{{ .message }}</h1>
</body>
</html>