diff options
author | altaf-creator <dev@altafcreator.com> | 2024-05-12 12:14:02 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-05-12 12:14:02 +0700 |
commit | d607ac12097afb5cb6f398a4e7b5cf4316efedc6 (patch) | |
tree | 6f4bc5b98a6ff3a1c3189f7ef9b570c0481e100d /projects/simpliCity | |
parent | 7441f212967256ac4c9a93ba0b1f026308a8bfb6 (diff) |
self host
Diffstat (limited to 'projects/simpliCity')
-rw-r--r-- | projects/simpliCity/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/simpliCity/index.html b/projects/simpliCity/index.html index ee6692d..a816a3c 100644 --- a/projects/simpliCity/index.html +++ b/projects/simpliCity/index.html @@ -9,7 +9,7 @@ <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<title>simpliCity • 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="addNodes()">
|