Files
kana-charts/kana-charts.html
2019-03-17 13:23:36 -05:00

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>