summaryrefslogtreecommitdiffstats
path: root/templates/header.html
blob: 24d1b53ae9e5461cbf91fdf4d142453230e40d5b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang=en>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="./style.css">
        <title>$PAGE_TITLE</title>
    </head>
    <body>