Skip to content

Instantly share code, notes, and snippets.

View Adam-HCDC's full-sized avatar

Adam-HCDC

  • Joined Jun 8, 2025
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Starlink Campaign Costing Calculator - Complete Edition</title>
<style>
* {
box-sizing: border-box;
}