Skip to content

Instantly share code, notes, and snippets.

View sagearbor's full-sized avatar

Sage Arbor sagearbor

View GitHub Profile
@sagearbor
sagearbor / europe_2026_map.html
Created March 8, 2026 16:55
Arbor Europe Trip 2026 — Route Planner
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🇪🇺 Arbor Family Europe 2026 — Paris to Amsterdam</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
@sagearbor
sagearbor / 0_reuse_code.js
Created October 23, 2015 21:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console