diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..9e5a0e7 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <title>Light Loop Pi</title> + <link rel="stylesheet" href="/static/css/bootstrap.min.css"> + <link rel="stylesheet" href="/static/css/bootstrap-theme.min.css"> + <script src="/static/js/jquery-2.1.1.min.js"></script> + <script src="/static/js/bootstrap.min.js"></script> + </head> + <body> + <div class="container"> + <h1>Light Loop Pi</h1> + <div class="light-row"> + <button type="button" class="btn btn-success" data-toggle="button"> </button> + <button type="button" class="btn btn-success" data-toggle="button"> </button> + <button type="button" class="btn btn-success" data-toggle="button"> </button> + <button type="button" class="btn btn-success" data-toggle="button"> </button> + </div> + </div> + </body> +</html> |
