Files
archived-www/quantum-computing/index.html
LutraVibes fcc003ffc8 Create index.html
Quantum Computing page (easter egg from the pounder)
2025-07-22 14:55:02 -04:00

21 lines
644 B
HTML

<!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>