<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page title</title>
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>coda shop tournament</title>
<head> <link rel="stylesheet" href="mk.css"></link>
<div class="container">
<body>
<from>
<aside id="sidebar">
<div class="10">
<h3>REGISTER FROM FREE FIRE ACCOUNT</h3>
<form method="post"action="connection.php" class="11">
<div>
<label>🆔 UID</label><br>
<input type="tel" placeholder="UID" name="ruid" maxlength="10"required >
</div>
<div>
<label> 📱Phone number</label><br >
<input type="tel" placeholder="Phone number" name="rphn" maxlength="10" required >
</div>
<div>
<label>📧Email</label><br>
<input type="EMAIL" placeholder="Email" name="remail" maxlength="30" required >
</div>
<div>
<label> 🔓PASSWORD</label><br>
<input type="PASSWORD"
placeholder="PASSWORD" name="rpwd"required>
</div>
<button class="button1" type="submit"> REGISTER</button>
</form>
</div>
</body>
</html>