Skip to content

Instantly share code, notes, and snippets.

@smoll
Created September 15, 2014 16:29
Show Gist options
  • Save smoll/292a352839a2f503f588 to your computer and use it in GitHub Desktop.
Save smoll/292a352839a2f503f588 to your computer and use it in GitHub Desktop.
hello world form from html in a URL
# Enter this into URL:
data:text/html,<h1 id="welcome">Hello, World!</h1><form>Name: <input type="text" id="name" required><br>Notes: <input type="text" id="notes"><input type="submit" id="submit_form"></form>
# Modified:
data:text/html,<h1 id="welcome">Hello, World!</h1><form>Name: <input type="text" id="name" required><br>Notes: <input type="text" id="notes"><input type="submit" id="new_submit"></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment