Files
mailhog-demo/views/home.tpl
Benjamin Sigonneau 7423a26069 first commit
2022-05-10 20:45:46 +02:00

20 lines
451 B
Smarty

<html>
<body>
<h1>Welcome to SuperBuzz!</h1>
<p>Use this form to sign-up and know all about the latest buzz!</p>
<form action="go" method="POST">
<label for="email_address">Email address:</label><br>
<input type="email" id="email_address" name="email_address"><br>
<label for="fullname">Full name:</label><br>
<input type="text" id="fullname" name="fullname">
<br /><br />
<input type="submit" value="Submit">
</form>
</body>
</html>