29 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2020-11-12 10:08:48 +01:00
<!DOCTYPE html>
2025-02-14 14:30:42 +01:00
<html lang="<?= $lang ?>" >
2020-11-12 10:08:48 +01:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2025-02-14 14:30:42 +01:00
<meta http-equiv="Content-Language" content="<?= $lang ?>" />
2020-11-12 10:08:48 +01:00
<meta name="viewport" content="width=device-width" />
2025-02-14 14:30:42 +01:00
<meta name="keywords" content="<?= $keywords ?>" />
<meta name="description" content="<?= $description ?>" />
<meta name="author" content="<?= $author ?>" />
<title><?= $title ?> - <?= $sitetitle ?></title>
2020-11-12 10:08:48 +01:00
<link rel="stylesheet" href="/style.css" type="text/css" />
<link rel="icon" href="/favicon.png" type="image/png" />
2025-02-14 14:30:42 +01:00
<link rel="alternate" href="/blog/atom.xml" type="application/atom+xml" title="<?= $sitetitle ?> Atom Feed" />
2020-11-12 10:08:48 +01:00
</head>
<body>
2021-11-16 20:27:33 +01:00
<header>
2025-02-14 14:30:42 +01:00
<h1><?= $sitetitle ?></h1>
2021-11-16 20:27:33 +01:00
</header>
<nav>
2021-11-16 20:27:33 +01:00
<a href="/" >Home</a>
<a href="/blog/" >Blog</a>
<a href="/poetry.html" >Poetry</a>
<a href="https://code.ortegas.org/nortega/" >Code</a>
2021-11-16 20:27:33 +01:00
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
<a href="/contact.html" >Contact</a>
</nav>
2021-10-05 19:54:00 +02:00
<main>
2025-02-14 14:30:42 +01:00
<h1><?= $title ?></h1>