ai/at
1
0

fix patch test

This commit is contained in:
2025-12-12 16:16:46 +09:00
parent 6a02d661fb
commit e63615a4a1
14 changed files with 535 additions and 218 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Privacy Policy - syu.is</title>
<link rel="icon" type="image/png" href="/static/favicon.png">
<link rel="icon" type="image/png" href="{{ .StaticCDNHost }}/static/favicon.png">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
@@ -81,3 +81,12 @@
<h2>8. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any significant changes.</p>
<h2>9. Contact</h2>
<p>For privacy-related questions, please visit our <a href="/about/support/help">Help page</a>.</p>
<div class="footer">
<p>Last updated: 2025</p>
<p>&copy; syu.is</p>
</div>
</body>
</html>