Add icons to bookmarks, computers and guestbook
This commit is contained in:
parent
21c1fa2b7c
commit
d491d8a2da
9 changed files with 8 additions and 8 deletions
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
<!-- Page-specific -->
|
<!-- Page-specific -->
|
||||||
<?php require_once('../inc/title.inc.php') ?>
|
<?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/globe.ico" type="image/x-icon">
|
||||||
<meta property="og:title" content="Bookmarks">
|
<meta property="og:title" content="Bookmarks">
|
||||||
<meta property="og:description" content="friends' websites or sites I just find cool">
|
<meta property="og:description" content="friends' websites or sites I just find cool">
|
||||||
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
|
<meta property="og:image" content="/res/img/icons/png/globe.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
<!-- Page-specific -->
|
<!-- Page-specific -->
|
||||||
<?php require_once('../inc/title.inc.php') ?>
|
<?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:title" content="Computers">
|
||||||
<meta property="og:description" content="Computers I own or have owned.">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
<!-- Page-specific -->
|
<!-- Page-specific -->
|
||||||
<?php require_once('../inc/title.inc.php') ?>
|
<?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/help-book.ico" type="image/x-icon">
|
||||||
<meta property="og:title" content="Guestbook">
|
<meta property="og:title" content="Guestbook">
|
||||||
<meta property="og:description" content="h">
|
<meta property="og:description" content="h">
|
||||||
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
|
<meta property="og:image" content="/res/img/icons/png/help-book.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<!-- Page-specific -->
|
<!-- Page-specific -->
|
||||||
<?php require_once('../inc/title.inc.php') ?>
|
<?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/help-book.ico" type="image/x-icon">
|
||||||
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
|
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<br><br>
|
<br><br>
|
||||||
<a href="./">Back</a>
|
<a href="/guestbook/">Back</a>
|
||||||
</div> <!-- content -->
|
</div> <!-- content -->
|
||||||
|
|
||||||
<div id="footer" class="pagefooter">
|
<div id="footer" class="pagefooter">
|
||||||
|
|
BIN
res/img/icons/ico/computer.ico
Normal file
BIN
res/img/icons/ico/computer.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
res/img/icons/ico/globe.ico
Normal file
BIN
res/img/icons/ico/globe.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
res/img/icons/ico/help-book.ico
Normal file
BIN
res/img/icons/ico/help-book.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
res/img/icons/png/globe.png
Normal file
BIN
res/img/icons/png/globe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
res/img/icons/png/help-book.png
Normal file
BIN
res/img/icons/png/help-book.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 B |
Loading…
Reference in a new issue