Update index.html

This commit is contained in:
LutraVibes
2025-07-21 09:48:48 -04:00
committed by GitHub
parent 213d333555
commit ccc1ce651d

View File

@@ -1,16 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pound Emulator</title>
<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="https://discord.gg/aMmTmKsVC7" target="_blank" class="icon-link">
<i class="bi bi-discord"></i>
</a>
<a href="https://github.com/pound-emu/pound" target="_blank" class="icon-link">
<i class="bi bi-github"></i>
</a>
</div>
</header>
<div class="bg">
@@ -21,4 +32,5 @@
</div>
</div>
</body>
</html>