Skip to content

Commit

Permalink
adding thank you page
Browse files Browse the repository at this point in the history
  • Loading branch information
sdees82 committed Aug 13, 2018
1 parent 40b7fa0 commit ce7e1d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4 class="title">Sean Dees</h4>
</div>
</div>
</div>
<form class="section section-contact-us text-center" name="contact" method="POST" data-netlify="true" data-netlify-honeypot="bot-field">
<form class="section section-contact-us text-center" name="contact" method="POST" data-netlify="true" data-netlify-honeypot="bot-field" action=thanks.html>
<input type="hidden" name="form-name" value="contact" />
<div class="container">
<h2 class="title">Want to know when we launch?</h2>
Expand Down
12 changes: 12 additions & 0 deletions thanks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>Thank You</h1>
</body>
</html>

0 comments on commit ce7e1d2

Please sign in to comment.