You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
832 B
PHP

<?php
header("Link: <" . get_theme_url(false) . "/assets/css/fontawesome-all.min.css>; rel=preload; as=style", false);
header("Link: <https://static.netsyms.net/fonts/oleo-script/Oleo_Script.css>; rel=preload; as=style", false);
header("Link: <https://static.netsyms.net/fonts/open-sans/Open_Sans.css>; rel=preload; as=style", false);
?>
<!DOCTYPE HTML>
<!--
Verti by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<title><?php get_site_name(); ?></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/main.css" />
<?php get_header(); ?>