From f07a6faec637b339bf7fefad6fc77c4c9d6415c0 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 5 Aug 2017 10:13:15 -0400 Subject: [PATCH] initial base neochan app --- contrib/static/.gitignore | 2 +- contrib/static/neochan-app.js | 1 + contrib/static/neochan.html | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 contrib/static/neochan-app.js create mode 100644 contrib/static/neochan.html diff --git a/contrib/static/.gitignore b/contrib/static/.gitignore index 4db2d70..7d4e089 100644 --- a/contrib/static/.gitignore +++ b/contrib/static/.gitignore @@ -1,3 +1,3 @@ nntpchan.js neochan.js -neochan.css \ No newline at end of file +neochan.css diff --git a/contrib/static/neochan-app.js b/contrib/static/neochan-app.js new file mode 100644 index 0000000..654ca83 --- /dev/null +++ b/contrib/static/neochan-app.js @@ -0,0 +1 @@ +/** neochan js code */ diff --git a/contrib/static/neochan.html b/contrib/static/neochan.html new file mode 100644 index 0000000..6746aeb --- /dev/null +++ b/contrib/static/neochan.html @@ -0,0 +1,24 @@ + + + + + + Neochan UI + + +
+ +
+ Hello world +
+
+
+ + + + + + +