Templates support

This commit is contained in:
decentral1se
2021-06-11 14:14:04 +02:00
parent 8ef45fd03e
commit 043eaff5fd
3 changed files with 18 additions and 4 deletions

8
templates/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>Home</title>
</head>
<body>
<p>Hello, World</p>
</body>
</html>