diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:56:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:56:07 +0200 |
commit | 1c64c4b0b32b1fae3e5f5ed226482c8804196071 (patch) | |
tree | 5601292a99c6f9a90b1b83f25ee1f902926c22be /inc/classic-contents.inc.php | |
parent | Step-up (diff) | |
download | joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.gz joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.bz2 joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.xz joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.zst joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.zip |
Upgraded links list
Diffstat (limited to '')
-rw-r--r-- | inc/classic-contents.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 72e55c9..f9fb068 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -7,6 +7,7 @@ jo_head($title) { <title>Joe's own website - <?php echo "$title"; ?></title> <link rel="stylesheet" type="text/css" href="css/site.css"> <meta charset="UTF-8"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <div class="fullpage"> |