Fix incorrect fontawesome version on homepage

This commit is contained in:
Ethan Paul 2024-02-27 14:47:03 -05:00
parent ba7cbaad5d
commit 1bb18eb186
Signed by: enpaul
GPG Key ID: 7F99C4BD34F93E16
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<!-- CSS references -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/hexagons.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">