g2e/templates/header.xhtml

13 lines
421 B
HTML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="en-US" xml:lang="en-US">
2021-12-14 03:54:19 +00:00
<head>
2022-01-10 18:53:03 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2021-12-14 19:10:39 +00:00
<title>{title}</title>
<link rel="stylesheet" href="../style.css" type="text/css" />
2021-12-14 03:54:19 +00:00
</head>
<body>
<header>
2022-01-10 17:44:21 +00:00
<h1 class="header">{title}</h1>
</header>
<main>