aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
blob: 7499d0836663ffc78595aa1c8de11ec3fca87bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html class="no-js" lang="">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>GraalVM test</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link rel="apple-touch-icon" href="/apple-touch-icon.png">

    </head>
    <body>


        <div id="output"></div>
        <script src="script.js"></script>
    </body>
</html>