Add templates folder

This commit is contained in:
raul 2024-05-22 10:42:13 +02:00
parent 9a70dc0a91
commit 62b3492bb7
1 changed files with 13 additions and 0 deletions

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

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