Skip to content

Instantly share code, notes, and snippets.

View nonono0603's full-sized avatar

nonono0603

  • Joined Apr 17, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SFM SURVIVAL</title>
<style>
body { margin: 0; overflow: hidden; background: #000; color: #fff; font-family: 'Courier New', monospace; }
canvas { display: block; }
.overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;