mirror of
https://github.com/pound-emu/www.git
synced 2026-01-31 01:15:20 +01:00
Create index.html
Quantum Computing page (easter egg from the pounder)
This commit is contained in:
20
quantum-computing/index.html
Normal file
20
quantum-computing/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user