Refactored file system

Changed the file system to a more ordered state and updated links in
files accordingly. Also the reffering to files is now uniform
This commit is contained in:
sraffauf
2026-01-21 17:58:15 +01:00
parent a3b261e9ae
commit 77fd4e836b
15 changed files with 99 additions and 52 deletions

View File

@@ -6,15 +6,16 @@
<title>CSG Ticketsystem</title>
<link rel="stylesheet" href="./css/style.css"/>
</head>
<body>
<div class="container">
<div class="header-with-image">
<h2>CSG Ticketsystem</h2>
<img src="./img/csg.png" width="100"/>
<body>
<div class="container">
<div class="header-with-image">
<h2>CSG Ticketsystem</h2>
<img src="./img/csg.png" width="100"/>
</div>
<form action="" method="post">
<input type="password" name="password" id="password" placeholder="Passwort" required/>
<button type="submit">Login</button>
</form>
</div>
<form action="" method="post">
<input type="password" name="password" id="password" placeholder="Passwort" required/>
<button type="submit">Login</button>
</form>
</div>
</body>
</body>
</html>