diff options
Diffstat (limited to 'blog/index.html')
-rw-r--r-- | blog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/index.html b/blog/index.html index 49bf847..3897499 100644 --- a/blog/index.html +++ b/blog/index.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<title>Blog • altaf-creator</title>
- <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
+ <link rel="stylesheet" href="/packages/fontawesome-free-6.5.2-web/css/all.css">
</head>
<body onload="postList();">
|