render html

This commit is contained in:
2024-04-16 12:16:17 -06:00
parent 3d374a90c2
commit 54d3976f90
3 changed files with 33 additions and 7 deletions

11
templates/about.page.tmpl 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>Document</title>
</head>
<body>
<h1>This is de about page</h1>
</body>
</html>