Skip to content

Commit

Permalink
Merge pull request #4 from Rafmormor3/3-form-placeholder
Browse files Browse the repository at this point in the history
Form placeholder #3
  • Loading branch information
Rafmormor3 authored Oct 28, 2022
2 parents a5cf176 + 0259ae5 commit e524a8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>Welcome to Potionfy</title>
</head>
<body>
<h1 style="color: red">Welcome to Potionfy!</h1>
<h1 style="color: red">Welcome to Potionfy!</h1>
<form action="mailto:harry@potionfy.com" method="post" enctype="text/plain">
</form>
</body>
</html>

0 comments on commit e524a8f

Please sign in to comment.