Skip to content

Instantly share code, notes, and snippets.

@TotallyNotAHaxxer
Created August 19, 2025 15:31
Show Gist options
  • Save TotallyNotAHaxxer/a989d529137f5d770c4cf459a8da0aaa to your computer and use it in GitHub Desktop.
Save TotallyNotAHaxxer/a989d529137f5d770c4cf459a8da0aaa to your computer and use it in GitHub Desktop.
404 File
body{font-family:'Courier New',monospace;background:#000;color:#f0f0f0;margin:0;padding:20px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}
.container{max-width:600px;background:#0a0a0a;border:1px solid #333;border-radius:4px;padding:30px 20px}
.logo{white-space:pre;font-size:10px;line-height:1.2;margin-bottom:20px;color:#2563eb}
.icon{width:80px;height:80px;margin:15px auto;display:block;filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(214deg) brightness(97%) contrast(95%)}
.code{font-size:48px;font-weight:bold;color:#2563eb;margin:15px 0}
.msg{font-size:18px;margin:15px 0}
.desc{font-size:14px;margin:20px 0;color:#ccc}
.separator{border-top:1px solid #333;margin:20px 0}
.nav{margin:20px 0}
.link{display:inline-block;margin:5px 10px;padding:8px 16px;background:#1a1a1a;color:#2563eb;text-decoration:none;border:1px solid #2563eb;border-radius:4px}
.link:hover{background:#2563eb;color:#000}
@media(max-width:600px){.logo{font-size:8px}.code{font-size:36px}.msg{font-size:16px}.icon{width:60px;height:60px}.link{display:block;margin:5px 0}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment