-
Notifications
You must be signed in to change notification settings - Fork 0
/
djlog.php
41 lines (31 loc) · 1003 Bytes
/
djlog.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Your Music-Decision</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="djlogstyle.css">
</head>
<body style="background-image: url(background.jpg)">
<h1>DJ - Login</h1><hr>
<br>
Gib hier deinen Partyname und das Passwort ein.<br><br>
Dass wir sichergehen können das du der DJ bist.<br>
<div id="main">
<form action="djadmin.php" method="post">
<input type="text" name="partyname" value="Partyname" class="inpdes">
<input type="text" name="djname" value="DJ-Passwort" class="inpdes">
<input type="submit" name="djconfirmbutt" value="bestätigen" class="inbutt">
</form>
</div>
<br>
<br>
<hr>
<div class="footer">
<p><b>oder</b> du meldest dich ab : <br></p>
<form action='main.php' method='post'>
<input type='submit' name='logout' value='logout' id="backbutt" class="inbutt">
</form>
</div>
</body>
</html>