-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.html
More file actions
24 lines (24 loc) · 723 Bytes
/
Copy pathdata.html
File metadata and controls
24 lines (24 loc) · 723 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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.center{
display: block;
margin-left:auto;
margin-right:auto;
width:45%;
height: 45%;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="form.js"></script>
<title>Submission Received!</title>
</head>
<body style = "background-color: powderblue;">
<center><h1>Your response has been successfully recorded! Thank you for your feedback!</h1></center>
<center><a href = index.html>Home</a></center>
<br>
<img src = "car.jpg" alt = "carpool thanks" width = 200px class = "center">
</body>
</html>