~pwlars/+junk/button-controller

« back to all changes in this revision

Viewing changes to templates/index.html

  • Committer: Paul Larson
  • Date: 2015-03-23 19:38:31 UTC
  • Revision ID: paul.larson@canonical.com-20150323193831-dnrvp9q1i0jq1uya
quick and dirty start

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype html>
 
2
<title>Auto Button Pusher</title>
 
3
{% for button in buttons %}
 
4
<li> {{ button.state }}
 
5
{% endfor %}