15 lines
798 B
PHP
15 lines
798 B
PHP
<!DOCTYPE HTML>
|
|
<!--
|
|
Hyperspace 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" />
|
|
<!--[if lte IE 8]><script src="<?php get_theme_url(); ?>/assets/js/ie/html5shiv.js"></script><![endif]-->
|
|
<link rel="stylesheet" href="<?php get_theme_color_url(); ?>/main.css" />
|
|
<link rel="stylesheet" href="<?php get_fontawesome_css(); ?>" />
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/ie9.css" /><![endif]-->
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/ie8.css" /><![endif]-->
|
|
<?php get_header(); ?>
|