Skip to content

Instantly share code, notes, and snippets.

View hypermetawhat's full-sized avatar

hypermetawhat

  • Joined May 12, 2026
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Project Inky</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f}
#game{width:100%;height:100%;display:block;background:#f4f1ea}