-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (30 loc) · 1.15 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>ラン友 | iOSランニングアプリ</title>
<meta name="google-site-verification" content="0IHEMG8U_DFyzEw_4_xJDOuVuZ4LrhI7FKZrpuUWeyE" />
</head>
<body>
<div class="soccerImage">
<div class="bg-text">
<center><h1>ラン友</h1></center>
<div class="margin-side">
<p>
In this app, you can...
<br>① Find running friends.
<br>② Traack your running distance, area, total time, pace, date...
<br>③ Share your running achievement via SNS.
<br>④ And More!!
</p>
</div>
<center><div class="iconImage"></div></center>
</div>
</div>
<center>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/run_tomo_app/privacy-policy'">Privacy Policy</a>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/run_tomo_app/term-of-use'">Terms And Conditions</a>
</center>
</body>
</html>