Fuelza - Gas on Demand

There's nothing here yet (well, except for this message), but clicking on the "+" button in the menu above should change that. Have fun! :)

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>FUELZA - Gas On Demand | Miami-Dade + Broward</title>
<meta name="theme-color" content="#FFD60A">
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiRlVFTEpBIEdhcyBPbiBEZW1hbmQiLCJzaG9ydF9uYW1lIjoiRlVFTEpBIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwYTBhMGIiLCJ0aGVtZV9jb2xvciI6IiNGRkQ2MEEiLCJkaXNwbGF5Ijoic3RhbmRhbG9uZSJ9">
<style>
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui}
body{background:#0a0a0b;color:#fff}
.header{background:#FFD60A;color:#000;padding:16px;text-align:center;font-weight:900;letter-spacing:-1px;font-size:22px}
.wrap{max-width:480px;margin:0 auto;padding:20px}
.card{background:#161618;border:1px solid #222;border-radius:20px;padding:22px;margin-bottom:16px}
.badge{background:#FFD60A;color:#000;padding:6px 12px;border-radius:99px;font-size:12px;font-weight:800;display:inline-block;margin-bottom:10px}
input,select{width:100%;padding:16px;border-radius:12px;border:1px solid #2a2a2e;background:#0f0f10;color:#fff;font-size:16px;margin:8px 0}
.btn{width:100%;background:#FFD60A;color:#000;border:none;padding:18px;border-radius:14px;font-weight:900;font-size:18px;margin-top:12px;letter-spacing:-.5px}
.btn:active{transform:scale(.98)}
.small{color:#666;font-size:12px;text-align:center;margin-top:12px;line-height:1.4}
.live{color:#00ff88;font-weight:700}
</style></head><body>
<div class="header">FUELZA ⚡ GAS ON DEMAND</div>
<div class="wrap">
<div class="card">
<span class="badge">LIVE IN MIAMI-DADE + BROWARD</span>
<h2 style="font-size:26px;line-height:1.1;margin:8px 0">Skip the station.<br><span style="color:#FFD60A">Gas comes to you in 2 hrs.</span></h2>
<p class="small" style="text-align:left;color:#999">Cars, boats, generators • Licensed, Insured, HazMat • <span class="live">● 3 drivers online now</span></p>
</div>
<div class="card">
<h3>📍 Where are you parked?</h3>
<input id="loc" placeholder="e.g. 123 Las Olas Blvd, Fort Lauderdale - Slip 14">
<button class="btn" style="background:#222;color:#fff" onclick="useGPS()">📍 Use My Exact Location</button>
<h3 style="margin-top:18px">⛽ Fuel Type</h3>
<select id="fuel">
<option value="Regular 87 - $4.12/gal">Regular 87 - $4.12/gal (Most Popular)</option>
<option value="Premium 93 - $4.49/gal">Premium 93 - $4.49/gal</option>
<option value="Diesel - $4.25/gal">Diesel - $4.25/gal</option>
<option value="Boat Fuel Ethanol-Free - $4.60/gal">Boat Fuel - Ethanol-Free - $4.60/gal - Saves 40% vs marina</option>
</select>
<h3>🔋 How much?</h3>
<select id="gal">
<option>10 gallons - Approx $51</option>
<option selected>12 gallons - Approx $59 - POPULAR</option>
<option>15 gallons - Approx $71</option>
<option>Full Fill - Driver tops off tank</option>
</select>
<h3>🚗 Vehicle / Boat</h3>
<input id="veh" placeholder="Black Tesla Model Y - ABC123 - Behind Publix">
<h3>📱 Your phone (for ETA)</h3>
<input id="phone" placeholder="305-300-1677">
<button class="btn" onclick="orderNow()">ORDER NOW - $9.99 Delivery →</button>
<p class="small">By ordering you agree to be parked in safe legal spot with fuel door unlocked. First fill code: FUELZA10 = $10 OFF</p>
</div>

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>FUELZA - Gas On Demand | Miami-Dade + Broward</title>
<meta name="theme-color" content="#FFD60A">
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiRlVFTEpBIEdhcyBPbiBEZW1hbmQiLCJzaG9ydF9uYW1lIjoiRlVFTEpBIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwYTBhMGIiLCJ0aGVtZV9jb2xvciI6IiNGRkQ2MEEiLCJkaXNwbGF5Ijoic3RhbmRhbG9uZSJ9">
<style>
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui}
body{background:#0a0a0b;color:#fff}
.header{background:#FFD60A;color:#000;padding:16px;text-align:center;font-weight:900;letter-spacing:-1px;font-size:22px}
.wrap{max-width:480px;margin:0 auto;padding:20px}
.card{background:#161618;border:1px solid #222;border-radius:20px;padding:22px;margin-bottom:16px}
.badge{background:#FFD60A;color:#000;padding:6px 12px;border-radius:99px;font-size:12px;font-weight:800;display:inline-block;margin-bottom:10px}
input,select{width:100%;padding:16px;border-radius:12px;border:1px solid #2a2a2e;background:#0f0f10;color:#fff;font-size:16px;margin:8px 0}
.btn{width:100%;background:#FFD60A;color:#000;border:none;padding:18px;border-radius:14px;font-weight:900;font-size:18px;margin-top:12px;letter-spacing:-.5px}
.btn:active{transform:scale(.98)}
.small{color:#666;font-size:12px;text-align:center;margin-top:12px;line-height:1.4}
.live{color:#00ff88;font-weight:700}
</style></head><body>
<div class="header">FUELZA ⚡ GAS ON DEMAND</div>
<div class="wrap">
<div class="card">
<span class="badge">LIVE IN MIAMI-DADE + BROWARD</span>
<h2 style="font-size:26px;line-height:1.1;margin:8px 0">Skip the station.<br><span style="color:#FFD60A">Gas comes to you in 2 hrs.</span></h2>
<p class="small" style="text-align:left;color:#999">Cars, boats, generators • Licensed, Insured, HazMat • <span class="live">● 3 drivers online now</span></p>
</div>
<div class="card">
<h3>📍 Where are you parked?</h3>
<input id="loc" placeholder="e.g. 123 Las Olas Blvd, Fort Lauderdale - Slip 14">
<button class="btn" style="background:#222;color:#fff" onclick="useGPS()">📍 Use My Exact Location</button>
<h3 style="margin-top:18px">⛽ Fuel Type</h3>
<select id="fuel">
<option value="Regular 87 - $4.12/gal">Regular 87 - $4.12/gal (Most Popular)</option>
<option value="Premium 93 - $4.49/gal">Premium 93 - $4.49/gal</option>
<option value="Diesel - $4.25/gal">Diesel - $4.25/gal</option>
<option value="Boat Fuel Ethanol-Free - $4.60/gal">Boat Fuel - Ethanol-Free - $4.60/gal - Saves 40% vs marina</option>
</select>
<h3>🔋 How much?</h3>
<select id="gal">
<option>10 gallons - Approx $51</option>
<option selected>12 gallons - Approx $59 - POPULAR</option>
<option>15 gallons - Approx $71</option>
<option>Full Fill - Driver tops off tank</option>
</select>
<h3>🚗 Vehicle / Boat</h3>
<input id="veh" placeholder="Black Tesla Model Y - ABC123 - Behind Publix">
<h3>📱 Your phone (for ETA)</h3>
<input id="phone" placeholder="305-300-1677">
<button class="btn" onclick="orderNow()">ORDER NOW - $9.99 Delivery →</button>
<p class="small">By ordering you agree to be parked in safe legal spot with fuel door unlocked. First fill code: FUELZA10 = $10 OFF</p>
</div>

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>FUELZA - Gas On Demand | Miami-Dade + Broward</title>
<meta name="theme-color" content="#FFD60A">
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiRlVFTEpBIEdhcyBPbiBEZW1hbmQiLCJzaG9ydF9uYW1lIjoiRlVFTEpBIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwYTBhMGIiLCJ0aGVtZV9jb2xvciI6IiNGRkQ2MEEiLCJkaXNwbGF5Ijoic3RhbmRhbG9uZSJ9">
<style>
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui}
body{background:#0a0a0b;color:#fff}
.header{background:#FFD60A;color:#000;padding:16px;text-align:center;font-weight:900;letter-spacing:-1px;font-size:22px}
.wrap{max-width:480px;margin:0 auto;padding:20px}
.card{background:#161618;border:1px solid #222;border-radius:20px;padding:22px;margin-bottom:16px}
.badge{background:#FFD60A;color:#000;padding:6px 12px;border-radius:99px;font-size:12px;font-weight:800;display:inline-block;margin-bottom:10px}
input,select{width:100%;padding:16px;border-radius:12px;border:1px solid #2a2a2e;background:#0f0f10;color:#fff;font-size:16px;margin:8px 0}
.btn{width:100%;background:#FFD60A;color:#000;border:none;padding:18px;border-radius:14px;font-weight:900;font-size:18px;margin-top:12px;letter-spacing:-.5px}
.btn:active{transform:scale(.98)}
.small{color:#666;font-size:12px;text-align:center;margin-top:12px;line-height:1.4}
.live{color:#00ff88;font-weight:700}
</style></head><body>
<div class="header">FUELZA ⚡ GAS ON DEMAND</div>
<div class="wrap">
<div class="card">
<span class="badge">LIVE IN MIAMI-DADE + BROWARD</span>
<h2 style="font-size:26px;line-height:1.1;margin:8px 0">Skip the station.<br><span style="color:#FFD60A">Gas comes to you in 2 hrs.</span></h2>
<p class="small" style="text-align:left;color:#999">Cars, boats, generators • Licensed, Insured, HazMat • <span class="live">● 3 drivers online now</span></p>
</div>
<div class="card">
<h3>📍 Where are you parked?</h3>
<input id="loc" placeholder="e.g. 123 Las Olas Blvd, Fort Lauderdale - Slip 14">
<button class="btn" style="background:#222;color:#fff" onclick="useGPS()">📍 Use My Exact Location</button>
<h3 style="margin-top:18px">⛽ Fuel Type</h3>
<select id="fuel">
<option value="Regular 87 - $4.12/gal">Regular 87 - $4.12/gal (Most Popular)</option>
<option value="Premium 93 - $4.49/gal">Premium 93 - $4.49/gal</option>
<option value="Diesel - $4.25/gal">Diesel - $4.25/gal</option>
<option value="Boat Fuel Ethanol-Free - $4.60/gal">Boat Fuel - Ethanol-Free - $4.60/gal - Saves 40% vs marina</option>
</select>
<h3>🔋 How much?</h3>
<select id="gal">
<option>10 gallons - Approx $51</option>
<option selected>12 gallons - Approx $59 - POPULAR</option>
<option>15 gallons - Approx $71</option>
<option>Full Fill - Driver tops off tank</option>
</select>
<h3>🚗 Vehicle / Boat</h3>
<input id="veh" placeholder="Black Tesla Model Y - ABC123 - Behind Publix">
<h3>📱 Your phone (for ETA)</h3>
<input id="phone" placeholder="305-300-1677">
<button class="btn" onclick="orderNow()">ORDER NOW - $9.99 Delivery →</button>
<p class="small">By ordering you agree to be parked in safe legal spot with fuel door unlocked. First fill code: FUELZA10 = $10 OFF</p>
</div>