Main project #1

Merged
raul merged 33 commits from testing into main 2024-06-14 07:49:34 +02:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 915c5f0e0d - Show all commits

16
cmd/templates/index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello TMPL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body>
<p>Hello!</p>
<p>{{ .title }}</p>
</body>
</html>

1
cmd/templates/style.css Normal file
View File

@ -0,0 +1 @@