-
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="generator" content="Bludit">
|
||||
<meta name="theme-color" content="#07090f">
|
||||
|
||||
<?php echo Theme::metaTagTitle(); ?>
|
||||
<?php echo Theme::metaTagDescription(); ?>
|
||||
|
||||
<?php echo Theme::favicon('img/favicon.png'); ?>
|
||||
<link rel="apple-touch-icon" href="<?php echo DOMAIN_THEME_IMG . 'favicon.png'; ?>">
|
||||
|
||||
<?php echo Theme::cssBootstrap(); ?>
|
||||
<?php echo Theme::cssBootstrapIcons(); ?>
|
||||
<?php echo Theme::css('css/style.css'); ?>
|
||||
|
||||
<?php Theme::plugins('siteHead'); ?>
|
||||
Reference in New Issue
Block a user