summaryrefslogtreecommitdiffstats
path: root/views/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-08-14 13:16:10 +0300
committerJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-08-14 13:16:10 +0300
commitd3d9b6861dc5c6871ad138ab9f428bcdb1d61398 (patch)
tree7c49f8911a7a25c477ebe3f6ac9ad268179d41d5 /views/index.html
parent17a154cb51a729e043ce555e68ef9ebbe40f14b5 (diff)
Add placeholder view and visuals, add express and d3
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html
new file mode 100644
index 0000000..3583d02
--- /dev/null
+++ b/views/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+.line {
+ fill: none;
+ stroke: #000;
+ stroke-width: 1.5px;
+}
+</style>
+<svg width="960" height="500"></svg>
+<script src="//d3js.org/d3.v4.min.js"></script>
+<script src="graph.js"></script>