added stuff

This commit is contained in:
9ahmed 2021-04-03 20:21:09 +05:00
parent 8eca7f63e7
commit 4f3d73e940
2 changed files with 15 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<img src="https://qph.fs.quoracdn.net/main-qimg-4e8eb8d32851c1142c834fd343d47f64.webp" style="width:100%">
</div>
<div class="column">
<form name="contact" method="POST" data-netlify="true" action="/pages/browse.html">
<form name="contact" method="POST" data-netlify="true" action="/pages/success-message.html">
<input type="hidden" name="contact" value="contact"
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name...">

View File

@ -0,0 +1,14 @@
<!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>Sent!</title>
</head>
<body>
Thanks for sending me a message!
i will get back to you within 72 hours!
<a href="https://syedahmedblogs.cf">Back to site.</a>
</body>
</html>