add default favicon set

This commit is contained in:
ghost 2022-05-13 20:19:08 +03:00
parent 22b9663c6d
commit 88113bf748
4 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

BIN
public/image/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

View File

@ -6,9 +6,13 @@
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<base href="<?php echo BASE_URL; ?>" />
<?php if ($namespaceHash) { ?>
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=16&height=16&radius=8" sizes="16x16" />
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=32&height=32&radius=16" sizes="32x32" />
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=60&height=60&radius=30" />
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=32&height=32&radius=16" sizes="32x32" />
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=16&height=16&radius=8" sizes="16x16" />
<?php } else { ?>
<link rel="icon" type="image/png" href="image/favicon.png" />
<link rel="icon" type="image/png" href="image/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="image/favicon-16x16.png" sizes="16x16" />
<?php } ?>
<?php if ($ns) { ?>
<?php if ($page) { ?>