Last active
November 30, 2017 16:34
-
-
Save danwarfel/c0362911006fbb21b0b0 to your computer and use it in GitHub Desktop.
Makes a blank notepad in the browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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