diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-08 12:01:43 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-08 12:01:43 -0700 |
commit | 14ecb8f32831ef4747adef1de1af658dc7d4b298 (patch) | |
tree | b3b765ef282b15dd31336ec7ab326a34510ea4c0 /tmpl/header.html | |
parent | 449ffc260a94cda0aca8edf33cf105378840effb (diff) |
File reorg
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> |