diff --git a/dark.html b/dark.html new file mode 100644 index 0000000..d099c56 --- /dev/null +++ b/dark.html @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/hn.html b/hn.html new file mode 100644 index 0000000..a68421b --- /dev/null +++ b/hn.html @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..bcf7c8a --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/min.html b/min.html new file mode 100644 index 0000000..0b1a47c --- /dev/null +++ b/min.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7c8a41f --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# New note +Simple notepad made with HTML and CSS. + +To save a note store it on disk (`cmd/ctrl+s`). + +To add images, drag and drop them onto the text area. + +Fork/download and update styles to your preference. + +Colors from [Solarized](https://github.com/altercation/solarized). \ No newline at end of file diff --git a/serif.html b/serif.html new file mode 100644 index 0000000..c7452d0 --- /dev/null +++ b/serif.html @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/with-heading.html b/with-heading.html new file mode 100644 index 0000000..faeb4ac --- /dev/null +++ b/with-heading.html @@ -0,0 +1,14 @@ + + +

Heading

+Body text \ No newline at end of file