aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/index.html
blob: 2b8e30e9a5a61f2e1754f75607f4e4bc29bfa231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
    <body>
        <section id="app"></section>
        <script type="module">
            import init from "./teleterm_web.js";
            init();
        </script>
    </body>
</html>