-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexisting_account.php
18 lines (18 loc) · 1 KB
/
existing_account.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<title>Registration Successful</title>
<link rel="stylesheet" href="register.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body style="background-color: #212529">
<div class="container" data-bs-theme="dark">
<h1 style="align-items: center; text-align: center; position: relative; top: 80px">Sorry :( A Problem Is Occurred</h1>
<p style="position: relative; top: 80px">We are sorry but a user with this username or email is already in our systems please try again with other credentials or try Log-In</p>
<div>
<button class="btn btn-primary" style="position: relative; top: 80px"><a style="text-decoration: none; color: #fff" href="javascript:self.history.back()">Go Back</a></button>
<button class="btn btn-primary" style="position: relative; top: 80px"><a style="text-decoration: none; color: #fff" href="login.php">Log-In</a></button>
</div>
</div>
</body>
</html>