Mercurial > code > home > repos > homeauto
changeset 897:d4a97803a66e
start angular viewer for laundry node
Ignore-this: f3ec3818f4e71283d81ae3e359751197
darcs-hash:20130825044836-312f9-d436ad1340f7788219fb5d02f48a13ba6a6a9228
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 24 Aug 2013 21:48:36 -0700 |
parents | 661d3c1198be |
children | 8a5312d5b5eb |
files | service/laundry/index.html |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/laundry/index.html Sat Aug 24 21:48:36 2013 -0700 @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en" ng-app> +<head> + <title>laundry pi</title> + <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular.min.js"></script> +</head> +<body> + + <p>Nothing here {{'yet' + '!'}}</p> + +</body> +</html>