Skip to content

Instantly share code, notes, and snippets.

@ehazony
ehazony / visla-qr.html
Created May 7, 2026 08:52
Visla Robotics QR page
<!doctype html>
<html lang="he" dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>עמותת ויסלה רובוטיקה</title>
<style>
:root { color-scheme: light; --purple:#673ab7; --ink:#202124; --muted:#5f6368; --bg:#f5f2fb; }
* { box-sizing: border-box; }
html, body { margin:0; min-height:100%; }