11 lines
371 B
PHP
11 lines
371 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<link rel="shortcut icon" href="<?php echo get_template_directory_uri() ?>/assets/img/logo2.png" type="image/x-icon">
|
|
|
|
<title><?php wp_title('') ?></title>
|
|
<?php wp_head( )?>
|
|
</head>
|
|
<body>
|