diff options
Diffstat (limited to 'sw-ui-kt/src/main/resources/index.html')
-rw-r--r-- | sw-ui-kt/src/main/resources/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sw-ui-kt/src/main/resources/index.html b/sw-ui-kt/src/main/resources/index.html new file mode 100644 index 00000000..19555f4b --- /dev/null +++ b/sw-ui-kt/src/main/resources/index.html @@ -0,0 +1,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> |