Add simple webclient to manage zones

This commit is contained in:
Robert Schumann
2017-12-28 01:16:14 +01:00
parent caf61d4b4d
commit 6d98ebcfb7
19 changed files with 3191 additions and 2 deletions

5
public_html/readme.md Normal file
View File

@@ -0,0 +1,5 @@
# Backbone.js + jQuery Mobile #
A sample application that shows how to combine [Backbone.js](http://documentcloud.github.com/backbone/) (for the application structure and “routing”) and [jQuery Mobile](http://jquerymobile.com/) (for its styles and widgets).
This sample application is documented [here]( http://coenraets.org/blog/2012/03/using-backbone-js-with-jquery-mobile)