-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.33 KB
/
index.html
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Schülersprecherwahl</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
<link rel="icon" type="image/png" sizes="32x32"
href="https://www.birklehof.de/wp-content/themes/birklehof-v2/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="https://www.birklehof.de/wp-content/themes/birklehof-v2/favicon/favicon-16x16.png">
</head>
<body>
<section class="login-form">
<div id="form-section">
<div class="wrapper">
<div class="logo">
<a id="box" class="logo-text">Bitte Schul-E-Mail benutzen!</a>
</div>
<div class="login-form">
<form id="main" action="#" method="GET">
<div class="container">
<!--suppress HtmlFormInputWithoutLabel -->
<input type="email" name="email" placeholder="Vorname.Nachname@s.birklehof.de" id="mail"/>
</div>
<button type="submit">E-Mail anfordern</button>
</form>
</div>
</div>
</div>
</section>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/#.js"></script>
</html>