Skip to content

Instantly share code, notes, and snippets.

@danwarfel
Last active November 30, 2017 16:34
Show Gist options
  • Save danwarfel/c0362911006fbb21b0b0 to your computer and use it in GitHub Desktop.
Save danwarfel/c0362911006fbb21b0b0 to your computer and use it in GitHub Desktop.
Makes a blank notepad in the browser
data:text/html, <html><head><link href='http://fonts.googleapis.com/css?family=Lato:300,400,700 rel='stylesheet' type='text/css'><style type="text/css"> html { font-family: "Lato"; font-weight: 300; color:#e9e9e9; background-color:#222; } * { -webkit-transition: all linear 1s; }</style></head><body contenteditable style="font-size:1.6em;line-height:1.4;max-width:80rem;margin:0 auto;padding:3rem;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment