summaryrefslogtreecommitdiff
path: root/sw-ui-kt/src/main/resources/index.html
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-03-22 19:21:08 +0100
committerJoffrey Bion <joffrey.bion@booking.com>2020-03-22 19:23:01 +0100
commit3600064ac87beeccb3c4abd8f1c5b740cda0aed8 (patch)
treee0b71d5e03951655222eb09840013971cd222080 /sw-ui-kt/src/main/resources/index.html
parentAdd TODOs for replacing blueprintjs components (diff)
downloadseven-wonders-3600064ac87beeccb3c4abd8f1c5b740cda0aed8.tar.gz
seven-wonders-3600064ac87beeccb3c4abd8f1c5b740cda0aed8.tar.bz2
seven-wonders-3600064ac87beeccb3c4abd8f1c5b740cda0aed8.zip
Add blueprint externals and migrate
Diffstat (limited to 'sw-ui-kt/src/main/resources/index.html')
-rw-r--r--sw-ui-kt/src/main/resources/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw-ui-kt/src/main/resources/index.html b/sw-ui-kt/src/main/resources/index.html
index 19555f4b..3ff6d320 100644
--- a/sw-ui-kt/src/main/resources/index.html
+++ b/sw-ui-kt/src/main/resources/index.html
@@ -5,6 +5,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="css/blueprint-icons.css" rel="stylesheet" />
+ <link href="css/blueprint.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
bgstack15