diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 12:21:47 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 12:21:47 -0800 |
commit | 15ebc06fb3e0d0d3ceeb57281767a99e0f3389a2 (patch) | |
tree | a42b3ef9038bfeccb6ceb9b3a5ec8329d6802116 /tmpl/header.html | |
parent | 86e39efe281f8b09e199d7e2ddc05e77d5add140 (diff) |
WIP
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tmpl/header.html b/tmpl/header.html deleted file mode 100644 index 476c3403..00000000 --- a/tmpl/header.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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> |