We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e302c commit b95d603Copy full SHA for b95d603
src/templates/login.html
@@ -9,7 +9,7 @@
9
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
11
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
12
- <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png) }}" type="image/x-icon">
+ <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png') }}" type="image/x-icon">
13
<title>Login</title>
14
</head>
15
<body>
0 commit comments