Joined February 2013
·
Posted to
One line browser notepad
over 1 year
ago
@chinchang Thanks. Perfect use case for that, I think. :-)
Posted to
One line browser notepad
over 1 year
ago
My own contribution:
data:text/html, <style>html,body{margin: 0; padding: 0;}</style><textarea style="font-size: 1.5em; line-height: 1.5em; background: %23000; color: %233a3; width: 100%; height: 100%; border: none; outline: none; margin: 0; padding: 90px;" autofocus placeholder="wake up Neo..." />
@sjg999 Thanks.