-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>ちょいトレ アプリアカウント削除ガイド</title> | ||
<style> | ||
body { font-family: Arial, sans-serif; } | ||
.container { width: 90%; margin: auto; } | ||
header { text-align: center; } | ||
.content { margin-top: 20px; } | ||
h2 { color: #FF5722; } | ||
.step { margin-top: 20px; } | ||
.data-section { margin-top: 20px; } | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<header> | ||
<h1>ちょいトレ アカウント削除ガイド</h1> | ||
</header> | ||
<div class="content"> | ||
<section class="steps"> | ||
<h2>アカウントの削除手順</h2> | ||
<div class="step"> | ||
<p>1. アプリを開き、「設定」メニューに進みます。</p> | ||
</div> | ||
<div class="step"> | ||
<p>2. 「アカウント設定」を選択し、「アカウント削除」をタップします。</p> | ||
</div> | ||
<div class="step"> | ||
<p>3. 画面の指示に従って、削除のリクエストを完了させてください。</p> | ||
</div> | ||
</section> | ||
<section class="data-section"> | ||
<h2>削除または保持されるデータの種類と保持期間</h2> | ||
<p>アカウント削除時に削除されるデータ:</p> | ||
<ul> | ||
<li>個人識別情報(名前、メールアドレスなど)</li> | ||
<li>トレーニング記録</li> | ||
<li>カスタム設定</li> | ||
</ul> | ||
<p>保持されるデータとその期間:</p> | ||
<ul> | ||
<li>アクティビティログ: 削除リクエスト後30日間</li> | ||
</ul> | ||
</section> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters