aboutsummaryrefslogtreecommitdiff
path: root/templates/header.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.rs.html')
-rw-r--r--templates/header.rs.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/header.rs.html b/templates/header.rs.html
new file mode 100644
index 0000000..9384bcb
--- /dev/null
+++ b/templates/header.rs.html
@@ -0,0 +1,14 @@
+@use super::statics::style_css;
+@()
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>NCCd Dashboard</title>
+ <link rel="stylesheet" href="/static/@style_css.name"/>
+
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ </head>
+
+ <body>
+
+ <div class="container">