forked from LoginRadius/demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 767 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Home | LR User Registration</title>
<meta charset="utf-8">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<!-- LoginRadius -->
<script src="https://auth.lrcontent.com/v2/js/LoginRadiusV2.js"></script>
</head>
<body>
<a href="registration.html" class="btn btn-lg">registration</a>
<a href="login.html" class="btn btn-lg">login</a>
<a href="social.html" class="btn btn-lg">social</a>
<a href="email-verification.html" class="btn btn-lg">email</a>
<a href="forgot-password.html" class="btn btn-lg">forgot</a>
<a href="reset-password.html" class="btn btn-lg">reset</a>
</body>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
</html>