Skip to content

Instantly share code, notes, and snippets.

View gjkochan's full-sized avatar

Grzegorz Kochan gjkochan

  • Brain Nordic
  • Kraków
View GitHub Profile
@gjkochan
gjkochan / trasa-kaukaz-motocykl.html
Created April 9, 2026 13:59
Wyprawa motocyklowa Kraków → Kaukaz | Interaktywna mapa trasy 3-21.06.2026
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wyprawa Motocyklowa: Kraków → Kaukaz | 3-21.06.2026</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: #1a1a2e; color: #e0e0e0; }