diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.html | 2 | ||||
-rw-r--r-- | projects/simpliCity/index.html | 2 | ||||
-rw-r--r-- | projects/tank-shooter/index.html | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/projects/index.html b/projects/index.html index ec366fa..f8225cf 100644 --- a/projects/index.html +++ b/projects/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>Projects • 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>
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()">
diff --git a/projects/tank-shooter/index.html b/projects/tank-shooter/index.html index a8e2641..dfd6fc8 100644 --- a/projects/tank-shooter/index.html +++ b/projects/tank-shooter/index.html @@ -7,9 +7,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<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()">
|