diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:52:10 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:52:10 -0400 |
| commit | 96fb771ab62bbaa6fab1abd455455e23138edb8f (patch) | |
| tree | f55a05e1cc51c484e3bfdedb8f7b03cf9b89e493 /public/index.html | |
| parent | 745160ba8dc87ffbfb6332bb3a1742cb976ce7f8 (diff) | |
| download | alee-dashboard-master.tar.gz alee-dashboard-master.tar.bz2 alee-dashboard-master.zip | |
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 4123528..bc51465 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title><%= htmlWebpackPlugin.options.title %></title> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> </head> <body> <noscript> |
