based.cooking/templates/header.html

13 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css">
<title>$TITLE</title>
</head>
<body>
<div class="banner">
<h1>🍳 Based Cooking 🍲</h1>
<hr/>
</div>