aboutsummaryrefslogtreecommitdiff
path: root/deploy/mobile/ink.html
blob: 938d8579439adade3f60f5050cf694cded695cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

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

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

</html>