Initial commit, static images, basic

This commit is contained in:
jon
2019-03-17 13:23:36 -05:00
commit 02a19894d7
7 changed files with 26 additions and 0 deletions

25
kana-charts.html Normal file
View File

@@ -0,0 +1,25 @@
<!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>