ZX-Spectrum/header.php

11 lines
426 B
PHP
Raw Normal View History

2023-01-09 23:36:46 +00:00
<!DOCTYPE html>
<html>
<head>
<?php wp_head(); ?>
<link type="application/rss+xml" rel="alternate" href="<?php bloginfo('rss2_url'); ?>" title="Lewis Dale's Blog" />
<link type="application/atom+xml" rel="alternate" href="<?php bloginfo('atom_url'); ?>" title="Lewis Dale's Blog" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body <?= body_class() ?>>
<?php wp_body_open(); ?>