aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/index.html
blob: 4a43e2b057c904ef5eba127989aa91eb08cceebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
    <head>
        <link rel="stylesheet" href="teleterm.css" type="text/css" />
    </head>
    <body>
        <section id="app"></section>
        <script type="module">
            import init from "./teleterm_web.js";
            init();
        </script>
    </body>
</html>