Initial commit, static images, basic
This commit is contained in:
25
kana-charts.html
Normal file
25
kana-charts.html
Normal 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>
|
||||
Reference in New Issue
Block a user