diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 20:50:36 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 20:50:36 +0100 |
commit | 69c743a22ba46ada8811c65e94ae710575ce5b3f (patch) | |
tree | cb444d5525bcae4be00d1a48eae24bfa30dd25fc /public | |
parent | 67baef47414e15de9fd11c83275b8f30e8e21250 (diff) |
feat: add fontawesome
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> |