-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (30 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Shadowing Gym | iOS 英語学習アプリ</title>
<meta name="google-site-verification" content="0IHEMG8U_DFyzEw_4_xJDOuVuZ4LrhI7FKZrpuUWeyE" />
</head>
<body>
<div class="soccerImage">
<div class="bg-text">
<center><h1>Shadowing Gym</h1></center>
<div class="margin-side">
<p>
このアプリでできること
<br>- 学習したいカテゴリを選択して、フレーズ学習
<br>- フレーズを聴いて、話して、身に付く
<br>- 復習したいフレーズを保存していつでも復習
<br>- 有料プランで無制限に学習
</p>
</div>
<center><div class="iconImage"></div></center>
</div>
</div>
<center>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/ShadowingGymWeb/privacy-policy'">Privacy Policy</a>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/ShadowingGymWeb/term-of-use'">Terms And Conditions</a>
</center>
</body>
</html>