modified link and favicon
This commit is contained in:
4
app.py
4
app.py
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user