diff options
Diffstat (limited to 'submit.html')
| -rw-r--r-- | submit.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/submit.html b/submit.html new file mode 100644 index 0000000..e4698f5 --- /dev/null +++ b/submit.html @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width,initial-scale=1" /> + <meta http-equiv="refresh" content="0;url=/guestbook-form.html" /> + <title>Guestbook Submit Disabled</title> +</head> +<body> + <p>This local submit endpoint is disabled. Use <a href="/guestbook-form.html">guestbook form</a>.</p> +</body> +</html> |
