archive
/
givemoneyto.me
Archived
1
Fork 0

Correct fontawesome import

This commit is contained in:
Jake Howard 2019-06-29 21:11:40 +01:00
parent 664c44523c
commit 092a1ec340
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss" />
<link rel="stylesheet" href="../node_modules/@fortawesome/fontawesome-free/css/all.min.css" />
<link rel="stylesheet" href="../node_modules/animate.css/animate.min.css" />
<link rel="stylesheet" href="./index.scss" />
</head>