gmid/site/header.html
Omar Polo ac42bb6c7f change how the site is built
copy the kamid/site "framework" here too; in other words: don't maintain
two copies of every page! \o/
2022-01-28 08:34:22 +00:00

10 lines
265 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>TITLE | gmid</title>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>