Initial implementation of results parser

This commit is contained in:
2017-08-18 15:49:57 +02:00
parent ab2fe20c8f
commit 70ae2ff9dd
9 changed files with 17613 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
canvas {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#container {
width: 75%;
}