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.
23 lines
951 B
23 lines
951 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
?>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex,nofollow">
|
|
<title>Duplicator - issue</title>
|
|
<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" color="#5bbad5">
|
|
<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">
|
|
</head>
|