diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-10 14:07:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:19 +0100 |
| commit | 25e559f9104ef4ff029b863c3d8898ad5a1c190b (patch) | |
| tree | 30b09bd7c7d894d091ffed991ddbfc8f3254e5b7 /index.html | |
| parent | 04d670f6e2e1f62305c94d03e7b9c0ad6e60f6f3 (diff) | |
| download | brokentalents-25e559f9104ef4ff029b863c3d8898ad5a1c190b.tar.gz brokentalents-25e559f9104ef4ff029b863c3d8898ad5a1c190b.zip | |
add missing space in tab title
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> <script type="text/javascript" src="dist/build.js"></script></body> |
