-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappconfirmation.html
More file actions
29 lines (23 loc) · 891 Bytes
/
appconfirmation.html
File metadata and controls
29 lines (23 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>Submission Confirmation</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="css/confirmation.css">
</head>
<body>
<h3 class="datetime" id="current_date"></h3>
<img class="image3" src="assets/images/GuideForm.png" alt="GuideForm.logo" width="175" height="150">
<h1>The form has been successfully submitted!</h1>
<button type="submit" value="submit" name="submit" onclick="window.location.href='index.html'">
Back to the main menu
</button>
<footer>
<p>Tashfeen Engineering Solutions 2022<br> <a href="https://www.tashfeen.tech">Powered by Tashfeen</a></p>
</footer>
<script src="js/main.js"></script>
</body>
</html>