summaryrefslogtreecommitdiff
path: root/sw-ui-kt/src/main/resources/index.html
blob: 19555f4be566ac4759a089a38b89b65c12ba57ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" href="${publicPath}favicon.ico">
    <title>Seven Wonders</title>
  </head>
  <body>
    <div id="root"></div>
    <script src="${bundle}"></script>
  </body>
</html>
bgstack15