-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (33 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>サウナセイカツ | サウナ情報アプリ</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><strong>全国のサウナを見つけよう</strong></p>
<p>
<br>・地図から全国のサウナを検索
<br>・サウナの特徴や、営業時間からサウナを検索
</p>
<p><strong>サ活を投稿</strong></p>
<p>
<br>・サウナに行ったらサ活を投稿しましょう
<br>・みんなのサ活もチェック!
</p>
</div>
<center><div class="iconImage"></div></center>
</div>
</div>
<center>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/saunaWeb/privacy-policy'">Privacy Policy</a>
<a rel class="button" onclick="location.href='https://churikitenna.github.io/saunaWeb/term-of-use'">Terms And Conditions</a>
</center>
</body>
</html>