diff options
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()">
|