diff options
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tmpl/header.html b/tmpl/header.html new file mode 100644 index 00000000..2256b08a --- /dev/null +++ b/tmpl/header.html @@ -0,0 +1,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> |