Fixed broken link
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
<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" />
|
||||||
<title>Login</title>
|
<title>Login</title>
|
||||||
<link rel="stylesheet" href="./css/style.css" />
|
<link rel="stylesheet" href="../css/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header-with-image">
|
<div class="header-with-image">
|
||||||
<h2>Admin Login</h2>
|
<h2>Admin Login</h2>
|
||||||
<img src="./img/csg.png" width="100" />
|
<img src="../img/csg.png" width="100" />
|
||||||
</div>
|
</div>
|
||||||
<form id="loginForm">
|
<form id="loginForm">
|
||||||
<label for="username">Benutzername</label>
|
<label for="username">Benutzername</label>
|
||||||
@@ -21,6 +21,6 @@
|
|||||||
</form>
|
</form>
|
||||||
<p id="errorMsg" style="color: red;"></p>
|
<p id="errorMsg" style="color: red;"></p>
|
||||||
</div>
|
</div>
|
||||||
<script src="./js/login.js"></script>
|
<script src="../js/login.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user