diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 20:52:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 20:52:21 +0100 |
commit | 7075b22bda0da70108f150208a8b8f0898854eb1 (patch) | |
tree | 62825a0b60991682d5c6b401b195fe7f833c535d /public | |
parent | 67baef47414e15de9fd11c83275b8f30e8e21250 (diff) | |
parent | b8b7cd6876f72c6de16e47e8f5b5c4a3f5674560 (diff) |
Merge pull request #12 from gico-net/feat/repo-page
Repository page
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index c806cd9..a284103 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"> <title>Gico</title> </head> <body> |