Skip to content

Instantly share code, notes, and snippets.

View hpacheco-arch's full-sized avatar

hpacheco-arch

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Commission Portal Finder</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,sans-serif;background:#0f172a;min-height:100vh;padding:24px;color:#e2e8f0}
h1{font-size:26px;font-weight:800;color:#38bdf8}