Skip to content

Commit

Permalink
Update success.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 715b145 commit 0d3eade
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion success.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Lui and Shoots - Contacts</title>
<title>Form Submitted!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="3;url=/" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -37,6 +38,16 @@
<div class="w3-clear"></div>
<header class="w3-center w3-margin-bottom">

<div class="w3-opacity">
<span class="w3-button w3-xxlarge w3-white w3-right" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-clear"></div>
<header class="w3-center w3-margin-bottom">
<h1><b>Thank you!</b></h1>
<p>Your form has been submitted. We will aim to contact you within 48 hours.></p>
<p>If you are not automatically redirected <a href="/">click here</a>.</p>
</header>
</div>

<script>
// Open and close sidebar
function w3_open() {
Expand Down

0 comments on commit 0d3eade

Please sign in to comment.