Skip to content

Instantly share code, notes, and snippets.

@gybin02
Created June 25, 2026 02:21
Show Gist options
  • Select an option

  • Save gybin02/916cc0c8c721cfc68f59b99af5d6fe98 to your computer and use it in GitHub Desktop.

Select an option

Save gybin02/916cc0c8c721cfc68f59b99af5d6fe98 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Golf Puttin - Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 40px 20px; color: #333; }
h1 { border-bottom: 1px solid #eee; padding-bottom: 10px; font-size: 28px; }
h2 { margin-top: 30px; font-size: 20px; color: #111; }
p { color: #555; }
.lang-section { margin-bottom: 60px; }
hr { border: 0; border-top: 1px solid #eee; margin: 40px 0; }
</style>
</head>
<body>
<div class="lang-section">
<h1>Privacy Policy</h1>
<p>Last updated: June 25, 2026</p>
<p>This privacy policy applies to the <strong>Golf Puttin</strong> mobile application (herein referred to as "the Application") for mobile devices, which was created by the developer as a Commercial service.</p>
<h2>Information Collection and Use</h2>
<p>The Application does not collect, store, or share any personal information, location data, or device identifiers. All gameplay data, including level progress and custom editor levels, is stored locally on your device.</p>
<h2>Children's Privacy Protection</h2>
<p>The Application does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes.</p>
<h2>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p>
</div>
<hr>
<div class="lang-section">
<h1>隐私政策</h1>
<p>更新日期:2026年6月25日</p>
<p>本隐私政策适用于由开发者作为商业服务创建的 <strong>Golf Puttin</strong> 移动应用程序(以下简称“本应用”)。</p>
<h2>信息收集与使用</h2>
<p>本应用不会收集、存储或共享任何个人信息、位置数据或设备标识符。所有游戏数据(包括关卡进度和自定义编辑器关卡)均保存在您的本地设备上。</p>
<h2>儿童隐私保护</h2>
<p>本应用不会故意收集 13 岁以下儿童的个人身份信息。本应用不包含任何针对 13 岁以下儿童的特定信息收集逻辑。</p>
<h2>隐私政策的变更</h2>
<p>我们可能会不时更新我们的隐私政策。因此,建议您定期查看此页面以获取任何变更。</p>
<h2>联系我们</h2>
<p>如果您对我们的隐私政策有任何疑问或建议,请随时联系开发者。</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment