Last active
May 21, 2020 04:13
-
-
Save snakeneedy/d725f44c2348f0d068cd7657b47cccff to your computer and use it in GitHub Desktop.
A simple text editor in 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
<!-- | |
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