aboutsummaryrefslogtreecommitdiff
path: root/views/layout.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.hbs')
-rw-r--r--views/layout.hbs24
1 files changed, 24 insertions, 0 deletions
diff --git a/views/layout.hbs b/views/layout.hbs
new file mode 100644
index 0000000..2f78105
--- /dev/null
+++ b/views/layout.hbs
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <title>{{device.alias}} - Energy Monitor</title>
+
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
+ <link href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css' rel='stylesheet' />
+ <link href='https://cdnjs.cloudflare.com/ajax/libs/gentelella/1.4.0/css/custom.min.css' rel='stylesheet' />
+ <link href='/stylesheets/style.css' rel='stylesheet' />
+
+
+</head>
+
+<body class="nav-md">
+ {{{body}}}
+</body>
+
+</html> \ No newline at end of file