Skip to content

Commit

Permalink
Contact form. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
FranJRG committed Oct 28, 2022
1 parent a5cf176 commit 2451ad4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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>Welcome to Potionfy</title>
</head>
<body>
<h1 style="color: red">Welcome to Potionfy!</h1>
</body>
</html>
<form action="mailto:hermione@potionfy.com" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="text" name="mail"><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>

0 comments on commit 2451ad4

Please sign in to comment.