summaryrefslogtreecommitdiff
path: root/guestbook-form.html
blob: d9695bee195c0ff475628b836f77697ab9d2b71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Guestbook Form</title>
  <meta property="og:title" content="Guestbook Form" />
  <meta property="og:image" content="https://www.sillylaird.ca/lain.png" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.sillylaird.ca/guestbook-form.html" />
  <meta property="og:locale" content="en_US" />
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:title" content="Guestbook Form" />
  <meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" />
  <link rel="canonical" href="https://www.sillylaird.ca/guestbook-form.html" />
  <link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/guestbook-form.html" />
  <link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/guestbook-form.html" />
<link rel="stylesheet" href="https://guestbook.sillylaird.ca/style.css">

  <link rel="stylesheet" href="/assets/css/pages/guestbook-form.css" />
  
</head>
<body>

<form action="https://guestbook.sillylaird.ca/submit.php" method="post">
    <input type="text" name="name" placeholder="Your Name" maxlength="100" required>

    <textarea name="message" placeholder="Your Message" rows="4" required></textarea>

    <div class="s2a2536eebb">
        <img src="https://guestbook.sillylaird.ca/captcha.php"
             alt="CAPTCHA" class="sd078564312"
            >

        <input
            type="text"
            name="captcha"
            placeholder="Enter the code above"
            required class="sd82634530e"
           >
    </div>

    <button type="submit">Sign</button>
</form>

</body>
</html>