21 lines
776 B
HTML
21 lines
776 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<style>
|
|
@font-face {
|
|
font-family: kanji-stroke-orders;
|
|
src: url('{{root}}/fg/ttf/kanji-stroke-orders.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: vl-gothic-regular;
|
|
src: url('{{root}}/fg/ttf/vl-gothic-regular.ttf');
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="{{root}}/lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="{{root}}/lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="{{root}}/fg/css/frame.css">
|
|
</head>
|
|
<body>
|