minor update to get this to work on subfolders
This commit is contained in:
parent
5daa4ee98a
commit
998ff03f67
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user