aboutsummaryrefslogtreecommitdiff
path: root/tmpl/header.html
blob: 2256b08ac4ffe20e85a55f177d52f37a2954daec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            @font-face {
                font-family: "KanjiStrokeOrders";
                src:         url("{{root}}/ttf/kanji-stroke-orders.ttf");
            }
        </style>
        <link rel="stylesheet" href="{{root}}/css/frame.css">
    </head>
    <body>