mirror of
https://github.com/pound-emu/www.git
synced 2026-01-31 01:15:20 +01:00
21 lines
644 B
HTML
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>
|