<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="../css/regcss.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>registration</title>
</head>
<body>
<div class="container mt-4">
<h1>registration</h1><br>
<input type="text" class="from-control" name="login" id="login" placeholder="username"><br><br>
<input type="password" class="from-control" name="pass" id="pass" placeholder="password"><br><br>
<input type="password" class="from-control" name="pass2" id="pass" placeholder="password again"><br><br>
<button class="btn btn-success">registration</button>
</div>
</body>
</html>