summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-05-28 12:27:25 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-05-28 12:27:25 +0300
commitff2bdda67858b493ea0bfcd707a257d3dabef6dd (patch)
treef23dca3aea143de29a194cfc296a9348d117639f /templates/home.html
Initial files
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html21
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">&nbsp;</button>
+ <button type="button" class="btn btn-success" data-toggle="button">&nbsp;</button>
+ <button type="button" class="btn btn-success" data-toggle="button">&nbsp;</button>
+ <button type="button" class="btn btn-success" data-toggle="button">&nbsp;</button>
+ </div>
+ </div>
+ </body>
+</html>