Skip to content

Instantly share code, notes, and snippets.

@bretth86
bretth86 / support.html
Created February 19, 2026 01:41
Punting Oil Support Page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Punting Oil - Support</title>
<style>
body { font-family: -apple-system, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; color: #333; }
h1 { font-size: 24px; }
p { line-height: 1.6; }
@bretth86
bretth86 / privacy-policy.html
Created February 19, 2026 01:34
Punting Oil Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Punting Oil - Privacy Policy</title>
<style>
body { font-family: -apple-system, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; color: #333; }
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-top: 24px; }