Skip to content

Instantly share code, notes, and snippets.

View michaelbesq's full-sized avatar

michaelbesq

  • Joined Apr 3, 2026
View GitHub Profile
@michaelbesq
michaelbesq / index.html
Created April 4, 2026 00:02
Wordsmith Horizon Scanning — UI Prototype
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wordsmith · Horizon Scanning</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,sans-serif;font-size:14px;background:#f8f9fa;color:#212529;-webkit-font-smoothing:antialiased}