summaryrefslogtreecommitdiff
path: root/templates/header.html
blob: 9b6f9f4004a15c37e6664c9d3cdcab04db212d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>