summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorngharo <nick@ngha.ro>2017-12-13 00:19:14 -0600
committerngharo <nick@ngha.ro>2017-12-13 00:19:14 -0600
commitdf3f5844ea334a83955efbab7f58861ae6ccd763 (patch)
tree3ec77c93fa1527c2212fefccc789a552898dc417 /www
downloadimOk-www-df3f5844ea334a83955efbab7f58861ae6ccd763.tar.xz
imOk-www-df3f5844ea334a83955efbab7f58861ae6ccd763.zip
Starting to build out cherrypy API
Diffstat (limited to 'www')
-rw-r--r--www/index.htm13
-rw-r--r--www/j.js2
-rw-r--r--www/s.css3
3 files changed, 18 insertions, 0 deletions
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 @@
+<!doctype html>
+<html>
+ <head>
+ <link href="s.css" type="text/css"/>
+ </head>
+ <body>
+ <div id="container">
+
+ </div>
+
+ <script src="app.js"></script>
+ </body>
+</html>
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;
+}