-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.74 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.74 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
<!DOCTYPE html>
<html lang="ja">
<head>
<title>hitokuchi</title>
<meta charset="utf-8">
<meta property="og:title" content="hitokuchi">
<meta property="og:description" content="hitokuchi(ひとくち)とは登録不要で知らない誰かにメッセージを送ったり、知らない誰かから受け取ったりできるメッセージングサービスです!">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="hitokuchi_logo.webp" type="image/webp">
<link rel="stylesheet" href="pagestyle.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FCB1XEM56C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FCB1XEM56C');
</script>
</head>
<body>
<div class="box">
<h2>Welcome to hitokuchi!</h2>
<p>Select your language. / 言語を選択してください</p>
</div>
<br>
<div class="box">
<h3>
<a href="./ja-JP/index.html" class="link_color">Japanese / 日本語 (Main support)</a><br>
<a href="./en-US/index.html" class="link_color">English</a>
</h3>
</div>
<br>
<div class="box">
<h2>利用規約 / Terms of Service</h2>
<p>Please be sure to read it</p>
<a href="./tos/index.html" class="link_color">〈 Terms of Service 〉</a>
<p></p>
</div>
</body>
</html>