aded new pages and minor changes in the head and header
[VSoRC/.git] / src / views / stats.ejs
diff --git a/src/views/stats.ejs b/src/views/stats.ejs
new file mode 100644 (file)
index 0000000..a160864
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <title></title>
+  <link rel="stylesheet" type="text/css" href="/styles/main.css" />
+  <%include ../../partials/head%>
+</head>
+
+<body>
+  <header>
+    <%include ../../partials/header%>
+  </header>
+</body>
+<footer>
+  <%include ../../partials/footer%>
+</footer>
+
+
+</html>