-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 869 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Archer Duel</title>
<meta charset="utf-8">
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="static/css/style.css">
<script src="//ulogin.ru/js/ulogin.js"></script>
</head>
<body>
<div class="container">
<form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2>
<div class="ulogin" id="uLogin" data-ulogin="display=panel;fields=first_name,last_name;providers=vkontakte,google,twitter,facebook,linkedin;hidden=other;redirect_uri=http%3A%2F%2F"></div>
<input type="text" class="form-control" placeholder="Email address" autofocus>
<input type="password" class="form-control" placeholder="Password">
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
</div>
</body>
</html>