Update index.html

add "quantum computing" (easter egg from the pounder)
This commit is contained in:
LutraVibes
2025-07-22 14:54:04 -04:00
committed by GitHub
parent 309eb0d6cf
commit be839b07b1

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -8,13 +7,13 @@
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<body>
<header class="glass-header">
<a href="/" class="logo-link">
<img src="assets/icon.webp" alt="Pound Logo" class="header-logo" />
</a>
<div class="header-icons">
<a href="/quantum-computing/" class="icon-link quantum-link">Quantum Computing</a>
<a href="https://discord.gg/aMmTmKsVC7" target="_blank" class="icon-link">
<i class="bi bi-discord"></i>
</a>
@@ -32,5 +31,4 @@
</div>
</div>
</body>
</html>