add initial template... template

This commit is contained in:
sam 2023-10-18 22:32:37 +02:00
parent 937c6e8451
commit eb1bb7309a
13 changed files with 513 additions and 21 deletions

11
templates/root.hbs 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>imgboard</title>
</head>
<body>
<h1>Hello world!!!</h1>
</body>
</html>