Changed 'static/homepage/t-style.css' to 'static/css/t-style.css'

This commit is contained in:
2025-03-08 19:37:00 +01:00
parent c348734ff4
commit 90d7a3ea94
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="{% static 'icons/favicon.png' %}"> <link rel="icon" type="image/png" href="{% static 'icons/favicon.png' %}">
<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">
<link rel="stylesheet" href="{% static 'homepage/t-style.css' %}"> <link rel="stylesheet" href="{% static 'css/t-style.css' %}">
<title>qivip</title> <title>qivip</title>
</head> </head>
<body> <body>