diff options
author | ngharo <nick@ngha.ro> | 2017-12-13 00:19:14 -0600 |
---|---|---|
committer | ngharo <nick@ngha.ro> | 2017-12-13 00:19:14 -0600 |
commit | df3f5844ea334a83955efbab7f58861ae6ccd763 (patch) | |
tree | 3ec77c93fa1527c2212fefccc789a552898dc417 /www/index.htm | |
download | imOk-www-df3f5844ea334a83955efbab7f58861ae6ccd763.tar.xz imOk-www-df3f5844ea334a83955efbab7f58861ae6ccd763.zip |
Starting to build out cherrypy API
Diffstat (limited to 'www/index.htm')
-rw-r--r-- | www/index.htm | 13 |
1 files changed, 13 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> |