Skip to content

Instantly share code, notes, and snippets.

@jcpsimmons
Created September 8, 2022 18:14
Show Gist options
  • Save jcpsimmons/4b8e2920333329fbfddf0400ac2d2023 to your computer and use it in GitHub Desktop.
Save jcpsimmons/4b8e2920333329fbfddf0400ac2d2023 to your computer and use it in GitHub Desktop.
In-Browser Notepad
data:text/html, <html><head><link href='https://fonts.googleapis.com/css2?family=Source Sans Pro:wght@700&display=swap' rel='stylesheet' type='text/css'><style type="text/css">html{ font-family: "Source Sans Pro"; }*{ -webkit-transition: all linear 1s; }</style></head><body contenteditable style="color:%23E94560;background-color:%2316213E;font-size:2.5rem;line-height:1.4;max-width:60ch;margin:0 auto;padding:4rem;"></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment