mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
15 lines
277 B
PHP
15 lines
277 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template for displaying the header.
|
||
|
*
|
||
|
* @package ascribe.io
|
||
|
* @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>
|