Add Logo for Favicon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
+2
-1
@@ -1,9 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>OpenPlanetsMaps</title>
|
<title>OpenPlanetsMaps</title>
|
||||||
|
<link rel="icon" href="IMG/IMP_Gen_logo-removebg-preview.png" type="image/png">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-home">
|
<body class="theme-home">
|
||||||
@@ -338,7 +340,6 @@
|
|||||||
© 2026 OpenPlanetsMaps. Royalty-free. <span class="footer-credits-hint">— Credits ↗</span>
|
© 2026 OpenPlanetsMaps. Royalty-free. <span class="footer-credits-hint">— Credits ↗</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Overlay crédits -->
|
|
||||||
<div id="credits-overlay"></div>
|
<div id="credits-overlay"></div>
|
||||||
<div id="credits-panel">
|
<div id="credits-panel">
|
||||||
<button class="credits-close" onclick="closeCredits()">✕</button>
|
<button class="credits-close" onclick="closeCredits()">✕</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user