Initial project structure using Flamego

This commit is contained in:
2023-10-05 16:10:50 -06:00
parent f6b2c852b9
commit b80b4150d5
8 changed files with 134 additions and 127 deletions

11
views/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .title }}</title>
</head>
<body>
<p>This is a test!</p>
</body>
</html>