Skip to content

Instantly share code, notes, and snippets.

@Foregotten1
Foregotten1 / html5 notepad
Last active November 11, 2017 00:06 — forked from JKirchartz/html5 notepad
simple html5 Notepad, saves in localStorage, with 2 side by side notepads
<!DOCTYPE html>
<html><head><meta charset="UTF-8">
<title>HTML5 notepad</title>
<meta charset="utf-8">
<style>
html,body{background:#FCFCFC;color:#444;height:100%;width:100%;margin:0;padding:0;}
#notepad, #notepad2{font-size:100%; font-family:san-serif}
::selection{background:#7D7}
::-moz-selection{background:#7D7}
textarea {