forked from IchigoJam/print
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 923 Bytes
/
index.html
File metadata and controls
32 lines (29 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html><html><head><meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="ichigojamlist.css">
<title>IchigoJam print</title>
<style>
h1 {
margin: .2em 0em;
font-size: 200%;
}
body {
text-align: center;
}
#main {
display: inline-block;
text-align: left;
width: 80%;
margin-bottom: 2em;
}
</style>
</head><body>
<h1>IchigoJam print</h1>
<div id="main">
- <a href=ja/index.html>IchigoJamプリント (Japanese / 日本語)</a><br>
- <a href=en/index.html>IchigoJam print (English)</a><br>
- <a href=rw/index.html>IchigoJam print (Rwandan / Kinyarwanda)</a><br>
- <a href=sw/index.html>IchigoJam print (Swahili)</a><br>
</div>
<div id="credit"><a href=https://github.com/IchigoJam/print>CC BY on GitHub</a> <a href="https://ichigojam.github.io/print/en/">IchigoJam print</a> https://ichigojam.github.io/print/en/ <a href="http://ichigojam.net/">IchigoJam®jig.jp</a><br>
</div>
</body></html>