2023-12-28 13:34:48 +11:00
|
|
|
<!DOCTYPE html>
|
2024-01-25 23:49:47 +11:00
|
|
|
<html data-bs-theme="dark" lang="en-au">
|
2023-12-28 13:34:48 +11:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
|
|
<title>Register - FireWallet</title>
|
2023-12-28 16:04:45 +11:00
|
|
|
<link rel="icon" type="image/png" sizes="900x768" href="/assets/img/favicon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="900x768" href="/assets/img/favicon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="900x768" href="/assets/img/favicon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="900x768" href="/assets/img/favicon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="900x768" href="/assets/img/favicon.png">
|
2023-12-28 13:34:48 +11:00
|
|
|
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap">
|
2023-12-28 18:04:38 +11:00
|
|
|
<link rel="stylesheet" href="/assets/css/styles.min.css">
|
2023-12-28 13:34:48 +11:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="bg-gradient-primary">
|
|
|
|
<div class="container">
|
|
|
|
<div class="card shadow-lg o-hidden border-0 my-5">
|
|
|
|
<div class="card-body p-0">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-5 d-none d-lg-flex">
|
2024-01-29 15:07:43 +11:00
|
|
|
<div class="flex-grow-1 bg-register-image" style="background: url("/assets/img/favicon.png") center / contain no-repeat;"></div>
|
2023-12-28 13:34:48 +11:00
|
|
|
</div>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<div class="p-5">
|
2024-01-29 15:07:43 +11:00
|
|
|
<h1 class="text-center" style="color: rgb(255,0,0);">{{error}}</h1>
|
2023-12-28 13:34:48 +11:00
|
|
|
<div class="text-center">
|
|
|
|
<h4 class="text-dark mb-4">Create an Account!</h4>
|
|
|
|
</div>
|
2024-01-29 15:07:43 +11:00
|
|
|
<form class="user" method="post">
|
|
|
|
<div class="row mb-3" style="padding-right: 16px;padding-left: 16px;"><input class="form-control form-control-user" type="text" id="exampleLastName" placeholder="Wallet name" name="name" value="{{name}}"></div>
|
2023-12-28 13:34:48 +11:00
|
|
|
<div class="row mb-3">
|
2024-01-29 15:07:43 +11:00
|
|
|
<div class="col-sm-6 mb-3 mb-sm-0"><input class="form-control form-control-user" type="password" id="examplePasswordInput" placeholder="Password" name="password" required="" value="{{password}}"></div>
|
|
|
|
<div class="col-sm-6"><input class="form-control form-control-user" type="password" id="exampleRepeatPasswordInput" placeholder="Repeat Password" name="password_repeat" required="" value="{{password_repeat}}"></div>
|
2023-12-28 13:34:48 +11:00
|
|
|
</div><button class="btn btn-primary d-block btn-user w-100" type="submit">Register Account</button>
|
|
|
|
<hr>
|
|
|
|
</form>
|
2024-01-29 15:07:43 +11:00
|
|
|
<div class="text-center"><a class="small" href="/login">Didn't mean to create a new wallet? Login!</a></div>
|
2023-12-28 13:34:48 +11:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
|
|
|
|
<script src="/assets/js/script.min.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|