summaryrefslogtreecommitdiff
path: root/views/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/head.html')
-rw-r--r--views/head.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/views/head.html b/views/head.html
new file mode 100644
index 0000000..04a091c
--- /dev/null
+++ b/views/head.html
@@ -0,0 +1,21 @@
+
+<meta charset="UTF-8">
+<title><%= title %></title>
+<!-- Bootstrap core CSS -->
+<link rel="stylesheet" href="../css/bootstrap.min-3.3.6.css">
+
+<!-- Custom styles for this template -->
+<link href="../css/customstylesheet.css" rel="stylesheet">
+
+<!--Favicon-->
+<link rel="shortcut icon" href="../images/favicon.ico" />
+
+<script src="/socket.io/socket.io.js"></script>
+<script src="../js/plotly-latest.min.js"></script>
+
+
+<!-- Bootstrap JQuery -->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+<script>window.jQuery || document.write('<script src="../js/jquery.min.js"><\/script>')</script>
+<!-- Bootstrap core JS -->
+<script src="../js/bootstrap.min-3.3.6.js"></script> \ No newline at end of file