Browse Source

add multidimensional favicons

pull/7/head
ghost 2 years ago
parent
commit
22b9663c6d
  1. 4
      public/index.phtml

4
public/index.phtml

@ -6,7 +6,9 @@
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" /> <meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<base href="<?php echo BASE_URL; ?>" /> <base href="<?php echo BASE_URL; ?>" />
<?php if ($namespaceHash) { ?> <?php if ($namespaceHash) { ?>
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=32&height=32&radius=16" /> <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" />
<?php } ?> <?php } ?>
<?php if ($ns) { ?> <?php if ($ns) { ?>
<?php if ($page) { ?> <?php if ($page) { ?>

Loading…
Cancel
Save