Create index.html

Quantum Computing page (easter egg from the pounder)
This commit is contained in:
LutraVibes
2025-07-22 14:55:02 -04:00
committed by GitHub
parent 9aff37ad20
commit fcc003ffc8

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quantum Computing Mode</title>
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<div class="bg">
<div class="glass-card">
<h1>Quantum Computing Mode</h1>
<p>This is a highly experimental and absolutely useless feature in Pound Emulator.</p>
<p>When enabled, Pound will probably crash.</p>
<p><strong>Why?</strong> Some trolls were making PRs with "Quantum Computing"</p>
<a href="/" class="btn">Go Back</a>
</div>
</div>
</body>
</html>