Skip to content

Instantly share code, notes, and snippets.

View cherusk's full-sized avatar

Matthias Tafelmeier cherusk

View GitHub Profile
@cherusk
cherusk / index.html
Last active July 18, 2026 14:24
greenhouse_render
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>CONSERVATORY — Botanical Facility</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #050608; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; color: #cfd6cc; }
#view { display: block; width: 100vw; height: 100vh; cursor: grab; }