26 lines
514 B
HTML
26 lines
514 B
HTML
<!doctype html>
|
|
<head>
|
|
<title>kana charts</title>
|
|
<style type="text/css">
|
|
html, body { height: 100%; }
|
|
body {
|
|
font-size: 5em;
|
|
height: 100%;
|
|
/* background-image: url('images/hiragana_2.jpg');
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="images/hiragana_2.jpg" />
|
|
<img src="images/katakana_2.jpg" />
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|