summaryrefslogtreecommitdiffstats
path: root/src/_header.html
blob: 31106815a6fd075a0e045fb04494430a78ee950d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">

    <head>
        <title></title>
        <meta charset=UTF-8>
        <link rel=stylesheet href=style.css>
        <link rel="shortcut icon" type="image/x-icon" href="favicon.png">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>

    <body>