Getting comments from DB

This commit is contained in:
2022-06-17 16:41:20 +02:00
parent 4edce022bd
commit 0b93d4da0a
9 changed files with 99 additions and 22 deletions

13
Source/Form.Base.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" href="Main.css">
<style>
{Style}
</style>
</head>
<body>
<form action="/Comments" method="POST">
{Form}
</form>
</body>
</html>