Skip to content

Instantly share code, notes, and snippets.

@Quickstrokes
Quickstrokes / terms.html
Created April 1, 2026 09:25
BetStats Terms of Use
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BetStats Terms of Use</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 700px; margin: 0 auto; padding: 20px; line-height: 1.6; color: #333; }
h1 { color: #1a1a1a; border-bottom: 2px solid #00c040; padding-bottom: 10px; }
h2 { color: #1a1a1a; margin-top: 30px; }
@Quickstrokes
Quickstrokes / index.html
Created April 1, 2026 09:21
BetStats Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BetStats Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 700px; margin: 0 auto; padding: 20px; line-height: 1.6; color: #333; }
h1 { color: #1a1a1a; border-bottom: 2px solid #00c040; padding-bottom: 10px; }
h2 { color: #1a1a1a; margin-top: 30px; }