g2e/templates/header.xhtml

11 lines
436 B
HTML
Raw Normal View History

2021-12-14 03:54:19 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; 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>
2022-01-10 17:44:21 +00:00
<h1 class="header">{title}</h1>