Skip to content

Instantly share code, notes, and snippets.

View Felykxzy's full-sized avatar

зексu Felykxzy

View GitHub Profile
@Felykxzy
Felykxzy / index.html
Created April 10, 2026 20:44
Untitled
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>SYSTEM_CRITICAL_ERROR</title>
<style>
body { background: black; color: #00ff00; font-family: 'Courier New', monospace; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
#terminal { width: 90%; max-width: 600px; text-shadow: 0 0 5px #00ff00; }
.red { color: #ff0000; font-weight: bold; text-shadow: 0 0 10px #ff0000; }
#cursor { animation: blink 1s infinite; }