Upload index.html
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -5,6 +5,9 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
|
| 6 |
<title>BLUE DEMON API v2</title>
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
<!-- fonts -->
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
| 10 |
<!-- icons -->
|
|
@@ -24,7 +27,8 @@
|
|
| 24 |
<!-- Header -->
|
| 25 |
<header class="header">
|
| 26 |
<div class="logo">
|
| 27 |
-
<
|
|
|
|
| 28 |
<span>BLUE DEMON</span>
|
| 29 |
</div>
|
| 30 |
<nav>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
|
| 6 |
<title>BLUE DEMON API v2</title>
|
| 7 |
|
| 8 |
+
<!-- page icon -->
|
| 9 |
+
<link rel="icon" href="./media/logo.svg" type="image/svg+xml">
|
| 10 |
+
|
| 11 |
<!-- fonts -->
|
| 12 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
| 13 |
<!-- icons -->
|
|
|
|
| 27 |
<!-- Header -->
|
| 28 |
<header class="header">
|
| 29 |
<div class="logo">
|
| 30 |
+
<!-- inline SVG logo -->
|
| 31 |
+
<img src="./media/logo.svg" alt="Blue Demon" width="28" height="28" style="filter: drop-shadow(0 0 4px #ffb347);">
|
| 32 |
<span>BLUE DEMON</span>
|
| 33 |
</div>
|
| 34 |
<nav>
|