minor update to get this to work on subfolders

This commit is contained in:
Alexandru 2024-09-17 21:05:18 +03:00
parent 5daa4ee98a
commit 998ff03f67

View File

@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>guestbook</title>
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<form method="POST" action="/submit">
<form method="POST" action="submit">
<input name="name" placeholder="Name (optional)">
<input name="website" placeholder="Website (optional, w/o the http(s) part)">
<textarea name="comment" placeholder="Comment (max 512 characters)"></textarea>