diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-10 14:06:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:19 +0100 |
| commit | 04d670f6e2e1f62305c94d03e7b9c0ad6e60f6f3 (patch) | |
| tree | c89df71b2bcb3bbf3a1ca646cbd320df98b880c1 /src/index.html | |
| parent | 92fb376e091f0e35646333b360663deb3f3c0c84 (diff) | |
| download | brokentalents-04d670f6e2e1f62305c94d03e7b9c0ad6e60f6f3.tar.gz brokentalents-04d670f6e2e1f62305c94d03e7b9c0ad6e60f6f3.zip | |
add MDI
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 3cbf2aa..2a84b7b 100644 --- a/src/index.html +++ b/src/index.html @@ -18,7 +18,8 @@ gtag('js', new Date()); gtag('config', 'UA-118868480-1'); </script> - </head> + <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css"> + </head> <body> <div id="app"></div> </body> |
