-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailexists.html
21 lines (21 loc) · 1.09 KB
/
mailexists.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>PleaseSign</title>
</head>
<body>
<div class="alert alert-danger center-block" role="alert">
<svg class="bi flex-shrink-0 me-10 center-block" width="24" height="24" role="img" aria-label="Danger:"><use xlink:href="#exclamation-triangle-fill"/></svg>
<h4 class="text-center">Email already exists!, Try with different Mail id</h4><br><br><br>
<hr>
<div class="text-center">
<a href="signup.html"><button type="button" class="btn btn-primary btn-sm">Sign in</button></a>
<a href="index.html"><button type="button" class="btn btn-primary btn-sm">Go to Home Page</button></a>
</div>
</div>
</body>
</html>