Skip to content

Instantly share code, notes, and snippets.

View BenCh68's full-sized avatar

BenCh68

  • Joined Sep 21, 2025
View GitHub Profile
<!DOCTYPE html><html lang="fr"><head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
<title>Outlaws — Lieux spéciaux détaillés</title>
<style>
:root{--w:960px;--h:640px}
*{box-sizing:border-box}
html,body{margin:0;background:#0e1116;color:#e7eef7}
#wrap{position:relative;width:min(100vw,var(--w));height:min(calc(100vh - 12px),var(--h));margin:6px auto;border-radius:16px;overflow:hidden;background:#0f1319}
#canvas{width:100%;height:100%;display:block}