Meta Description" name="description" />

Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
Script
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Hill Climb Racing Pro</title> <style> body { margin: 0; overflow: hidden; background: #87CEEB; font-family: 'Arial Black', sans-serif; } #stats { position: absolute; top: 10px; left: 10px; color: white; text-shadow: 2px 2px #000; z-index: 10; font-size: 16px; } #fuel-bg { width: 110px; height: 12px; background: #333; border: 2px solid #fff; margin-top: 5px; } #fuel-level { width: 100%; height: 100%; background: #ff4444; } #controls { position: absolute; bottom: 30px; width: 100%; display: flex; justify-content: space-around; z-index: 10; } .btn { width: 95px; height: 95px; background: rgba(0,0,0,0.6); border: 5px solid white; border-radius: 50%; color: white; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 16px; user-select: none; } </style> </head> <body> <div id="stats"> COINS: <span id="c">0</span><br> FUEL: <div id="fuel-bg"><div id="fuel-level"></div></div> </div> <div id="controls"><div class="btn" id="bBtn">BRAKE</div><div class="btn" id="gBtn">GAS</div></div> <canvas id="game"></canvas> <script> const canvas = document.getElementById('game'); const ctx = canvas.getContext('2d'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; let car = { x: 120, y: 0, vY: 0, rot: 0, speed: 0, fuel: 100, coins: 0, wH: 14 }; let
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

1

Requests

1

Domains

2KB

Transfer Size

2KB

Content Size

116.0ms

Dom Content Loaded

128.0ms

First Paint

117.0ms

Load Time
Domain Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...
Timings (ms)
Loading...
Total Time
Loading...
Content Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...