mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-21 12:30:16 -04:00
13 lines
260 B
PHP
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>
|