summaryrefslogtreecommitdiff
path: root/sw-ui/src/main/resources/index.html
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2023-07-06 00:16:45 +0200
committerJoffrey Bion <joffrey.bion@gmail.com>2023-07-06 00:30:55 +0200
commitcdaae5279e3f53c146df2500a8d7a1d4eae2f674 (patch)
tree55347f2839caaf4688f4f989e9568ffd7102db63 /sw-ui/src/main/resources/index.html
parentUpgrade Kotlin JS wrappers to 1.0.0-pre.585 (diff)
downloadseven-wonders-cdaae5279e3f53c146df2500a8d7a1d4eae2f674.tar.gz
seven-wonders-cdaae5279e3f53c146df2500a8d7a1d4eae2f674.tar.bz2
seven-wonders-cdaae5279e3f53c146df2500a8d7a1d4eae2f674.zip
Convert sw-ui module to Kotlin Multiplatform gradle pluginmain
Diffstat (limited to 'sw-ui/src/main/resources/index.html')
-rw-r--r--sw-ui/src/main/resources/index.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/sw-ui/src/main/resources/index.html b/sw-ui/src/main/resources/index.html
deleted file mode 100644
index b43c1428..00000000
--- a/sw-ui/src/main/resources/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!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>
- <link href='https://fonts.googleapis.com/css2?family=Acme&display=swap' rel='stylesheet'>
- <!-- Style dependencies -->
- <link href="https://unpkg.com/normalize.css@^7.0.0" rel="stylesheet"/>
- <!-- Blueprint stylesheets -->
- <link href="https://unpkg.com/@blueprintjs/icons@^4.13.0/lib/css/blueprint-icons.css" rel="stylesheet"/>
- <link href="https://unpkg.com/@blueprintjs/core@^4.15.0/lib/css/blueprint.css" rel="stylesheet"/>
- </head>
- <body>
- <div id="root"></div>
- <script src="${bundle}"></script>
- </body>
-</html>
bgstack15