Content for index
Added Head with CSG image and a login button
This commit is contained in:
20
index.html
20
index.html
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta CHARSET="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width initial-scale=1.0"/>
|
||||
<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"/>
|
||||
</div>
|
||||
<form action="" method="post">
|
||||
<input type="password" name="password" id="password" placeholder="Passwort" required/>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user