]> git.mdlowis.com Git - proto/journal.git/commitdiff
inital commit
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 27 Nov 2017 01:34:13 +0000 (20:34 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 27 Nov 2017 01:34:13 +0000 (20:34 -0500)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..1e47332
--- /dev/null
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+       <head>
+               <title>Journal</title>
+        <meta charset="utf-8">
+               <meta name="description" content="Journal">
+    </head>
+       <body>
+               <section>
+                       <article contenteditable="true">
+                               <h1></h1>
+                               <h2></h2>
+                               <h3></h3>
+                               <h4></h4>
+                               <h5></h5>
+                               <h6></h6>
+                               <p>Paragraph text...</p>
+                               unordered list:
+                               <ul>
+                                       <li>foo</li>
+                               </ul>
+                               ordered list:
+                               <ol>
+                                       <li>foo</li>
+                               </ol>
+                       </article>
+               </section>
+       </body>
+</html>