70 lines
1.3 KiB
PHP
70 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<header></header>
|
|
<main>
|
|
<div class="content">
|
|
<h1>UWP Community Verification Process</h1>
|
|
<h3>Registration</h3>
|
|
<form method="post" action="otp.php">
|
|
<center>
|
|
|
|
<div style="display: block;">
|
|
<label for="email">Email:</label>
|
|
<input type="text" name="email" id="email" style="width: 350px;">
|
|
</div>
|
|
|
|
<div style="display: block;">
|
|
<label for="passwd">Password:</label>
|
|
<input type="text" name="passwd" id="Password">
|
|
</div>
|
|
|
|
</center>
|
|
<button type="submit">Register</button>
|
|
<center>
|
|
<a>Already registered? Click to login</a>
|
|
</center>
|
|
</form>
|
|
</div>
|
|
|
|
</main>
|
|
<footer></footer>
|
|
</body>
|
|
|
|
<style>
|
|
.content {
|
|
position: relative;
|
|
text-align: center;
|
|
top: 30vh;
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
a {
|
|
font-size: 15px;
|
|
position: relative;
|
|
top: 20px;
|
|
display: block;
|
|
}
|
|
|
|
input {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.content h1 {
|
|
color: orange;
|
|
}
|
|
|
|
input {
|
|
padding: 5px;
|
|
width: 300px;
|
|
}
|
|
|
|
</style>
|
|
</html>
|