From 07c53dcf2b671cc0e9b8041206fa495f14564fc1 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sun, 15 Sep 2013 03:23:42 +0530 Subject: [PATCH] added index.html --- .gitignore | 1 + resources/public/index.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 resources/public/index.html diff --git a/.gitignore b/.gitignore index e04714b..04f25b9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ pom.xml.asc *.class /.lein-* /.nrepl-port +/resources/public/js diff --git a/resources/public/index.html b/resources/public/index.html new file mode 100644 index 0000000..9c3a54d --- /dev/null +++ b/resources/public/index.html @@ -0,0 +1,15 @@ + + + + + Simple CLJS + + + + + + + + \ No newline at end of file