diff options
author | Frankie B <floppydisk05@aol.com> | 2023-01-26 22:36:32 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-01-26 22:36:32 +0000 |
commit | d491d8a2da276363c574efb9f6db8734ba620ba4 (patch) | |
tree | 23d179655254b59f5431bf528f4b666c93b714d4 /computers/index.php | |
parent | 21c1fa2b7cc1bc93cb5a8b067bad16af07a26f53 (diff) |
Add icons to bookmarks, computers and guestbook
Diffstat (limited to 'computers/index.php')
-rwxr-xr-x | computers/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/computers/index.php b/computers/index.php index e1d010a..3b31f09 100755 --- a/computers/index.php +++ b/computers/index.php @@ -7,10 +7,10 @@ <!-- Page-specific --> <?php require_once('../inc/title.inc.php') ?> - <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">--> + <link rel="shortcut icon" href="../res/img/icons/ico/computer.ico" type="image/x-icon"> <meta property="og:title" content="Computers"> <meta property="og:description" content="Computers I own or have owned."> - <!--<meta property="og:image" content="/res/img/icons/png/computer.png">--> + <meta property="og:image" content="/res/img/icons/png/computer.png"> </head> <body> <div class="page"> |