aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/index.html
blob: 58a7c36ec28ac97fafa6a0b5473f70234007842d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
    <head>
        <script type="module">
            import init from "./teleterm_web.js";
            init();
        </script>
    </head>
    <body>
        <h1>it's a page</h1>
    </body>
</html>