17 lines
444 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Registration</title>
<link rel="stylesheet" href="register.css">
</head>
<body>
<main>
<h1>Thanks for registering with us!</h1>
<p>You should get a confirmation email shortly.</p>
<p><a href="index.html">Go back</a></p>
</main>
</body>
</html>