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:
23
index.html
23
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user