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