Skip to content

Commit

Permalink
Create form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lenbot7 authored Apr 29, 2024
1 parent 9f5d1d1 commit 52780c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<title>Thank You!</title>
</head>
<body class="all">
<span class="material-symbols-outlined"><a class="hide" href="index.html">home</a></span>
<h1>Thank You!</h1>
<p>Thank you for your feedback. We appreciate your input and will take it into consideration.</p>
</body>
</html>

0 comments on commit 52780c9

Please sign in to comment.