summaryrefslogtreecommitdiff
path: root/input-lag/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'input-lag/index.html')
-rw-r--r--input-lag/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/input-lag/index.html b/input-lag/index.html
new file mode 100644
index 0000000..6642dd7
--- /dev/null
+++ b/input-lag/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>Document</title>
+ <!-- CSS Links -->
+ <link rel="stylesheet" href="/input-lag/css/main.css">
+ <!-- External Libraries -->
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
+ </head>
+
+ <body>
+ <script src="/input-lag/js/main.js"></script>
+ </body>
+
+</html> \ No newline at end of file