You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
891 B
22 lines
891 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
|
|
$archiveConfig = DUPX_ArchiveConfig::getInstance();
|
|
?>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex,nofollow">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="favicon/pro01_apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon/pro01_favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon/pro01_favicon-16x16.png">
|
|
<link rel="manifest" href="favicon/site.webmanifest">
|
|
<link rel="mask-icon" href="favicon/pro01_safari-pinned-tab.svg">
|
|
<link rel="shortcut icon" href="favicon/pro01_favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#00aba9">
|
|
<meta name="msapplication-config" content="favicon/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|