summaryrefslogtreecommitdiff
path: root/input-lag/index.html
blob: 0071afd4560b39c2c293b4f64f71d6fd18f78971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>Input Lag</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>