diff options
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <meta name="viewport" content="width=320, initial-scale=0.5"> <meta charset="utf-8"> <title>Pinky Swear</title> <style type="text/css"> @@ -30,6 +31,7 @@ <form method="post" action="/s" class="sigPad"> <span>I, </span> <input name="name" id="name" class="writing"> + <br/> <span>, hereby declare:</span><br/> <input name="swear" id="swear" class="writing"> |
