-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1012 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=1,initial-scale=1,user-scalable=1" />
<title>Insert title here</title>
<link rel="stylesheet" type="text/css" href="captiveportal-main.min.css" />
</head>
<body>
<section class="container">
<section class="login-form">
<form method="post" action="" role="login">
<section class="form-outer">
<img src="captiveportal-header.jpg" class="img-responsive"/>
<img src="captiveportal-logo.png" class="img-responsive"/>
<a class="btn btn-block btn-social btn-facebook">
<span class="fa fa-facebook"></span> Sign in with Facebook
</a>
<label><input type="checkbox" name="remember" required/>Nutzungsbedingungen akzeptieren</label><br />
<button type="submit" name="go" class="btn btn-lg btn-block">Abschicken</button>
</section>
</form>
</section>
</section>
</body>
</html>