First commit

This commit is contained in:
franky212
2024-11-29 19:11:11 -07:00
commit 585eb3f749
19 changed files with 1101 additions and 0 deletions

17
template.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> {{ Title }} </title>
<link href="/index.css" rel="stylesheet">
</head>
<body>
<article>
{{ Content }}
</article>
</body>
</html>