modified link and favicon

This commit is contained in:
2025-11-26 22:15:06 +00:00
parent feb6a67835
commit a60524a756

4
app.py
View File

@@ -18,13 +18,13 @@ HTML_TEMPLATE = """<!doctype html>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="icon" type="image/png" href="/static/favicon.png">
<link rel="stylesheet" href="/static/myip.css">
</head>
<body>
<div class="card">
{% if show_logo %}
<a href="https://www.netech-solution.it" class="logo-link" target="_blank" rel="noopener">
<a href="https://www.soliddata.cloud" class="logo-link" target="_blank" rel="noopener">
<img src="/static/logo.png" class="logo" alt="Logo">
</a>
{% endif %}