Skip to content

Instantly share code, notes, and snippets.

View bobbytea66's full-sized avatar

bobbytea66

  • Joined May 6, 2026
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>War of Tribes</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Rajdhani:wght@500;700&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
body{background:#06060f;overflow:hidden;width:100vw;height:100vh;font-family:'Rajdhani',sans-serif;color:#e8e0d0}
canvas{display:block;position:fixed;inset:0}