summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..88ee401
--- /dev/null
+++ b/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>OpenSmarts</title>
+ <link rel="stylesheet" href="styles/main.css" />
+</head>
+<body>
+ <user>
+ <img id="profile" src="assets/profile.png" />
+ </user>
+
+ <nav>
+ <a class="nav-el" href="#">Dashboard</a>
+ <a class="nav-el" href="#">Manage Devices</a>
+ <a class="nav-el" href="#">Alerts</a>
+ <a class="nav-el" href="#">Settings</a>
+ <a class="nav-el" href="#">Home Automation</a>
+ </nav>
+
+ <script src="scripts/main.js"></script>
+</body>
+</html> \ No newline at end of file