Delete pages/index.html
This commit is contained in:
parent
ed0ef3c10a
commit
6367c1f936
@ -1,41 +0,0 @@
|
|||||||
<!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>
|
|
||||||
<p style="display: inline;">Enter University Email:</p>
|
|
||||||
<form method="post">
|
|
||||||
<label for="email">Email:</label>
|
|
||||||
<input type="text" name="email" id="email">
|
|
||||||
<button type="submit">Send Code</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer></footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.content {
|
|
||||||
position: relative;
|
|
||||||
text-align: center;
|
|
||||||
top: 30vh;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content h1 {
|
|
||||||
color: orange;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
padding: 5px;
|
|
||||||
width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user