1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-18 16:56:27 +01:00
wp-theme/header.php

15 lines
274 B
PHP
Raw Normal View History

2015-09-17 01:26:48 +02:00
<?php
/**
* The template for displaying the header.
*
2015-09-17 01:50:43 +02:00
* @package ascribe
2015-09-17 01:26:48 +02:00
* @since 0.1.0
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<?php wp_head(); ?>
</head>
<body>