-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daisaku Seto - Apps</title>
<style>
body { font-family: -apple-system, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; text-align: center; }
a { color: #4f46e5; }
</style>
</head>
<body>
<h1>Apps by Daisaku Seto</h1>
<p><a href="privacy-policy-mindshelf.html">MindShelf プライバシーポリシー</a></p>
<p><a href="privacy-policy-rera.html">Rera プライバシーポリシー</a> | <a href="rera-support.html">Rera サポート</a></p>
<p><a href="privacy-policy-obikoyomi.html">帯暦 (Obi-Yomi) プライバシーポリシー</a> | <a href="obikoyomi-support.html">帯暦 (Obi-Yomi) サポート</a></p>
<p><a href="privacy-policy-qrdungeon.html">QRダンジョン (Barcode Dungeon) プライバシーポリシー</a> | <a href="qrdungeon-support.html">QRダンジョン (Barcode Dungeon) サポート</a></p>
</body>
</html>