Update login.php

This commit is contained in:
tips-of-mine
2025-06-16 16:56:58 +02:00
committed by GitHub
parent cff3ad2527
commit 79f625c5a0

View File

@ -10,8 +10,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= htmlspecialchars($translations['login_title']) ?></title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/dark-mode.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/dark-mode.css">
</head>
<body class="<?= htmlspecialchars($darkModeClass) ?>">
<div class="container">