summaryrefslogtreecommitdiff
path: root/tmpl/header.html
blob: 476c3403a917a01a06ee1a38362a585b73b24bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            @font-face {
                font-family: kanji-stroke-orders;
                src:         url('{{root}}/ttf/kanji-stroke-orders.ttf');
            }
            @font-face {
                font-family: vl-gothic-regular;
                src:         url('{{root}}/ttf/vl-gothic-regular.ttf');
            }
        </style>
        <link rel="stylesheet" href="{{root}}/css/frame.css">
    </head>
    <body>

    <div class="spinner">
        <img src="{{root}}/img/spinner.gif">
    </div>