From df3f5844ea334a83955efbab7f58861ae6ccd763 Mon Sep 17 00:00:00 2001 From: ngharo Date: Wed, 13 Dec 2017 00:19:14 -0600 Subject: Starting to build out cherrypy API --- www/index.htm | 13 +++++++++++++ www/j.js | 2 ++ www/s.css | 3 +++ 3 files changed, 18 insertions(+) create mode 100644 www/index.htm create mode 100644 www/j.js create mode 100644 www/s.css (limited to 'www') diff --git a/www/index.htm b/www/index.htm new file mode 100644 index 0000000..9ba7132 --- /dev/null +++ b/www/index.htm @@ -0,0 +1,13 @@ + + + + + + +
+ +
+ + + + diff --git a/www/j.js b/www/j.js new file mode 100644 index 0000000..8aeadc5 --- /dev/null +++ b/www/j.js @@ -0,0 +1,2 @@ +function Button() { +} diff --git a/www/s.css b/www/s.css new file mode 100644 index 0000000..699a279 --- /dev/null +++ b/www/s.css @@ -0,0 +1,3 @@ +body { + margin: 0; +} -- cgit v1.2.3