mirror of
https://github.com/pound-emu/www.git
synced 2026-01-31 01:15:20 +01:00
Update index.html
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user