Skip to content

Instantly share code, notes, and snippets.

@snakeneedy
Last active May 21, 2020 04:13
Show Gist options
  • Save snakeneedy/d725f44c2348f0d068cd7657b47cccff to your computer and use it in GitHub Desktop.
Save snakeneedy/d725f44c2348f0d068cd7657b47cccff to your computer and use it in GitHub Desktop.
A simple text editor in browser.
<!--
Put next line in URL.
data:text/html,<head><meta charset="utf-8"/></head><body style="margin:0;"><pre style="margin:0;height:100%;" contenteditable></pre></body>
-->
<head>
<meta charset="utf-8" />
</head>
<body style="margin:0;">
<pre style="margin:0;height:100%;" contenteditable></pre>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment