This commit is contained in:
2024-06-05 22:58:38 +02:00
commit e0520968aa
9 changed files with 2069 additions and 0 deletions

10
templates/index.html.hbs Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
<p>Kod je {{ kod }}</p>
</body>
</html>