aboutsummaryrefslogtreecommitdiff
path: root/deploy/debug/viewer.html
blob: 3785a6602194097aa22c6772cf5731ab74a224f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<head>
    <title>Document Debugger</title>
    <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
</head>

<body>
    <div id="root"></div>
    <script src="../viewer.js"></script>
</body>

</html>