-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvanced_II.html
More file actions
101 lines (88 loc) · 2.95 KB
/
Copy pathAdvanced_II.html
File metadata and controls
101 lines (88 loc) · 2.95 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>みんなの日本語 - Primary I</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>みんなの日本語</h1>
<table style="width:100%">
<tr>
<th><a class="gray_text" href="./index.html">Primary I </a></th>
<th><a class="gray_text" href="./Primary_II.html"> Primary II </a></th>
<th><a class="gray_text" href="./Advanced_I.html"> Advanced I </a></th>
<th><a href="./Advanced_II.html"> Advanced II </a></th>
</tr>
</table>
<table>
<tr>
<th><h2><a href="">Lesson 39</a></h2>
<h3 class="index">初めまして</h3></th>
</tr>
<tr>
<th><h2> Lesson 40 </h2>
<h3 class="index">ほんの 気持ちです</h3></th>
</tr>
<tr>
<th>
<h2>Lesson 41 </h2>
<h3 class="index">これを ください</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 42 </h2>
<h3 class="index">そちらは 何時から 何時までですか</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 43 </h2>
<h3 class="index">甲子園へ 行きますか</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 44 </h2>
<h3 class="index">いっしょに 行きませんか</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 45 </h2>
<h3 class="index">ごめんください</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 46 </h2>
<h3 class="index">そろそろ 失礼します</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 47 </h2>
<h3 class="index">残念です</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 48 </h2>
<h3 class="index">チリソースは ありませんか</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 49 </h2>
<h3 class="index">これ、 お願いします</h3>
</th>
</tr>
<tr>
<th>
<h2> Lesson 50 </h2>
<h3 class="index">お祭りは どうでしたか</h3>
</th>
</tr>
</body>
</html>