Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Your URLs will look like:
Replace these placeholders in the HTML files:
- `SUPPORT_EMAIL_HERE`
- `APP_VERSION_HERE`
- `LAST_UPDATED_DATE_HERE`
- `LAST_UPDATED_DATE_HERE` (currently set to `2026-01-16`)

## Files
- `index.html` — Support page (EN/JA)
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>Data & Exports</h3>
<p>Sessions are stored on your device. You can export your data from the app settings (CSV/JSON), depending on your app version.</p>
</div>

<p class="muted">Last updated: LAST_UPDATED_DATE_HERE</p>
<p class="muted">Last updated: 2026-01-16</p>
</section>

<hr style="margin:40px 0; border:0; border-top:1px solid #eee;" />
Expand Down Expand Up @@ -136,7 +136,7 @@ <h3>データとエクスポート</h3>
<p>セッション情報は端末内に保存されます。アプリ設定からCSV/JSONでエクスポート可能です(対応バージョンのみ)。</p>
</div>

<p class="muted">最終更新日: LAST_UPDATED_DATE_HERE</p>
<p class="muted">最終更新日: 2026-01-16</p>
</section>
</main>

Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<header>
<div style="max-width: 920px; margin: 0 auto;">
<h1>Privacy Policy — EtudeAnalytics</h1>
<div class="muted">Last updated: LAST_UPDATED_DATE_HERE</div>
<div class="muted">Last updated: 2026-01-16</div>
<div class="muted"><a href="index.html">Back to Support</a></div>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<header>
<div style="max-width: 920px; margin: 0 auto;">
<h1>Terms of Use — EtudeAnalytics</h1>
<div class="muted">Last updated: LAST_UPDATED_DATE_HERE</div>
<div class="muted">Last updated: 2026-01-16</div>
<div class="muted"><a href="index.html">Back to Support</a></div>
</div>
</header>
Expand Down