-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
44 lines (44 loc) · 1.5 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>ステノワード StenoWord</title>
<meta charset="UTF-8" />
<meta property="og:title" content="ステノワード StenoWord" />
<meta
property="og:description"
content="Textbooks for the StenoWord Japanese input system"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="font.css" type="text/css" />
</head>
<body>
<section>
<div lang="ja">
<h1>ステノワード</h1>
<ul>
<li><a href="general.html">一般課程</a></li>
<li><a href="business.html">業務課程</a></li>
<li><a href="advanced.html">速記課程</a></li>
</ul>
</div>
<div lang="en">
<h1>StenoWord</h1>
<ul>
<li><a href="general.html">General Course</a></li>
<li><a href="business.html">Business Course</a></li>
<li><a href="advanced.html">Shorthand Course</a></li>
</ul>
<div class="note">
<b>Note</b>: I am not fluent in Japanese; the contents may not be
entirely accurate.
</div>
</div>
</section>
</body>
</html>