forked from NV/notes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
18 lines (16 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>Litewrite</title>
<meta name="description" content="Just notes and writing, no distraction.">
<link rel="stylesheet" href="litewrite.css">
<link rel="shortcut icon" href="litewrite.png"><link rel="apple-touch-icon-precomposed" href="litewrite-touch.png">
<body>
<textarea id="editor" placeholder="Write …" class="scrollbox" contenteditable autofocus></textarea>
<div id="aside">
<div id="add" onclick="create()">New document</div>
<div id="color-toggle" onclick="colorToggle()"></div>
<div id="serif-toggle" onclick="serifToggle()">I</div>
<div id="entries"></div>
<div id="credits"><strong>unobtrusive writing</strong>, <a href="http://github.com/jancborchardt/litewrite">open source</a><br>by <a href="http://jancborchardt.net">Jan-Christoph Borchardt</a></div>
</div>
<script src="litewrite.js"></script>