Index: Ganzer Pfad für Bilder
This commit is contained in:
12
index.html
12
index.html
@ -11,10 +11,10 @@
|
|||||||
<meta property="og:image" content="https://tools.ponywave.de/favicon.png">
|
<meta property="og:image" content="https://tools.ponywave.de/favicon.png">
|
||||||
|
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link rel="icon" type="image/png" href="/favicon.png">
|
<link rel="icon" type="image/png" href="https://tools.ponywave.de/favicon.png">
|
||||||
<link rel="shortcut icon" href="/favicon.png">
|
<link rel="shortcut icon" href="https://tools.ponywave.de/favicon.png">
|
||||||
<link rel="apple-touch-icon" href="/favicon.png">
|
<link rel="apple-touch-icon" href="https://tools.ponywave.de/favicon.png">
|
||||||
<link rel="icon" sizes="192x192" href="/favicon.png">
|
<link rel="icon" sizes="192x192" href="https://tools.ponywave.de/favicon.png">
|
||||||
|
|
||||||
<!-- Umami Tracking -->
|
<!-- Umami Tracking -->
|
||||||
<script defer src="https://stats.ponywave.de/script" data-website-id="9ef713d2-adb9-4906-9df5-708d8a8b9131" data-tag="index"></script>
|
<script defer src="https://stats.ponywave.de/script" data-website-id="9ef713d2-adb9-4906-9df5-708d8a8b9131" data-tag="index"></script>
|
||||||
@ -176,7 +176,7 @@
|
|||||||
<button class="theme-toggle" onclick="toggleTheme()">🌙</button>
|
<button class="theme-toggle" onclick="toggleTheme()">🌙</button>
|
||||||
|
|
||||||
<div class="header-image-container">
|
<div class="header-image-container">
|
||||||
<img src="header.png" alt="PonyWave Tools" class="header-image">
|
<img src="https://tools.ponywave.de/header.png" alt="PonyWave Tools" class="header-image">
|
||||||
</div>
|
</div>
|
||||||
<div class="category-section">
|
<div class="category-section">
|
||||||
<h2 class="category-title">🛠️ Utilities</h2>
|
<h2 class="category-title">🛠️ Utilities</h2>
|
||||||
@ -259,7 +259,7 @@
|
|||||||
<h2 class="tool-title">Platelets poking</h2>
|
<h2 class="tool-title">Platelets poking</h2>
|
||||||
<p class="tool-description">Stupse Platelets an!</p>
|
<p class="tool-description">Stupse Platelets an!</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="banana_run/" class="tool-bubble">
|
<a href="https://tools.ponywave.de/banana_run/" class="tool-bubble">
|
||||||
<h2 class="tool-title">Banana Runner</h2>
|
<h2 class="tool-title">Banana Runner</h2>
|
||||||
<p class="tool-description">Endlos-Runner Spiel mit einer springenden Banane.</p>
|
<p class="tool-description">Endlos-Runner Spiel mit einer springenden Banane.</p>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user