summaryrefslogtreecommitdiff
path: root/submit.html
blob: e4698f514b39b9f69f55938a71b8218b614589e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>