Base HTML

This commit is contained in:
2022-06-16 17:17:42 +02:00
parent f0136ab01e
commit c92abf2ee3
6 changed files with 85 additions and 41 deletions

10
Source/Main.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="Main.css">
</head>
<body>
<form action="/Comments" method="get">
{}
</form>
</body>
</html>