diff options
| author | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernstwi@kth.se> | 2021-10-21 09:13:24 +0200 |
| commit | 0b3ffae0a3609f53828e17962b7788acc9eb2932 (patch) | |
| tree | 2e9058308cfdd1d2a532dbf9713c40e796747df5 /src/index.html | |
| parent | ba1d8adae550cbbb5322b1f7ec79a58deeda6371 (diff) | |
Switch semantic-ui to material-ui
TODO: Login component
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index fd42814..15bd1f3 100644 --- a/src/index.html +++ b/src/index.html @@ -2,9 +2,10 @@ <html> <head> <meta charset="utf-8" /> + <meta name="viewport" content="initial-scale=1, width=device-width" /> <link rel="stylesheet" - href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css" + href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> <script src="http://localhost:8097"></script> <title></title> |
