summaryrefslogtreecommitdiffstats
path: root/templates/header.html
blob: 0607af4b977c68eaa8e72de3020b62a546465667 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html lang=en>
    <head>
        <meta charset="UTF-8">
        <link rel="stylesheet" href="./style.css">
        <title>$PAGE_TITLE</title>
    </head>
    <body>