aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-26 18:04:33 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-26 18:04:33 +0200
commit13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef (patch)
treed62c08a151d54c390bc0c281a5ade5b238d19ea1 /inc
parentBetter indent (diff)
downloadjoe-www-13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef.tar.gz
joe-www-13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef.tar.bz2
joe-www-13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef.tar.xz
joe-www-13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef.tar.zst
joe-www-13f05f1bf2be1b83c8df5fdf73b7dc1a94a535ef.zip
Icons fix
Diffstat (limited to 'inc')
-rw-r--r--inc/classic-contents.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php
index e796031..10030b7 100644
--- a/inc/classic-contents.inc.php
+++ b/inc/classic-contents.inc.php
@@ -6,8 +6,7 @@ jo_head($title) {
<head>
<title>Joe's own website - <?php echo "$title"; ?></title>
<link rel="stylesheet" type="text/css" href="css/site.css">
- <meta charset="UTF-8">
- <script src="https://kit.fontawesome.com/1d97d0fb1c.js" crossorigin="anonymous"></script>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <meta charset="UTF-8">
</head>
<body>
<div class="fullpage">