Skip to content

Commit b95d603

Browse files
committed
Fixed 500 error for gui
1 parent 27e302c commit b95d603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1111
<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">
12+
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png') }}" type="image/x-icon">
1313
<title>Login</title>
1414
</head>
1515
<body>

0 commit comments

Comments
 (0)