brancher/php-user-registration-form/thankyou.php
2020-06-15 20:16:56 -04:00

13 lines
260 B
PHP

<DOCTYPE html>
<html>
<head>
<title>Thank you for registering with us</title>
<link href="./css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="response-text">
Thank you for registering with us!
</div>
</body>
</html>