diff options
Diffstat (limited to 'sw-ui/src/main/resources/index.html')
-rw-r--r-- | sw-ui/src/main/resources/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw-ui/src/main/resources/index.html b/sw-ui/src/main/resources/index.html index d4fba7e6..304be751 100644 --- a/sw-ui/src/main/resources/index.html +++ b/sw-ui/src/main/resources/index.html @@ -7,10 +7,10 @@ <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" /> + <link href="https://unpkg.com/normalize.css@^7.0.0" rel="stylesheet"/> <!-- Blueprint stylesheets --> - <link href="https://unpkg.com/@blueprintjs/icons@^3.4.0/lib/css/blueprint-icons.css" rel="stylesheet" /> - <link href="https://unpkg.com/@blueprintjs/core@^3.10.0/lib/css/blueprint.css" rel="stylesheet" /> + <link href="https://unpkg.com/@blueprintjs/icons@^3.4.0/lib/css/blueprint-icons.css" rel="stylesheet"/> + <link href="https://unpkg.com/@blueprintjs/core@^3.10.0/lib/css/blueprint.css" rel="stylesheet"/> </head> <body> <div id="root"></div> |