Include feather.min.js to make sure offline builds work

This commit is contained in:
Danila Fedorin 2023-02-19 22:39:34 -08:00
parent 3107132b50
commit 8f274700ab
2 changed files with 14 additions and 1 deletions

13
js/feather.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
<html>
<head>
<script src="https://unpkg.com/feather-icons"></script>
<script src="js/feather.min.js"></script>
<title>Resume - Daniel Fedorin</title>
<link href="css/style.css" rel="stylesheet">
</head>