-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubmitted.html
32 lines (32 loc) · 1.59 KB
/
submitted.html
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
30
31
32
<html lang="en">
<head>
<title>Form Test</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="src/css/style.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="container">
<main>
<div class="py-5 text-center">
<div class="d-flex justify-content-center">
<img class="d-block mb-4" src="src/assets/header-wcv-badge.webp" alt="" width="79" height="76" fetchpriority="high" loading="eager" />
<a href="index.html"><img class="d-block mb-4" src="src/assets/header-wcv-mark.svg" alt="Wildlife Center of Virginia" width="140" height="59" /></a>
</div>
<h2>Animal Intake Form</h2>
<p class="lead">Your response was successfully submitted</p>
<div class="container col-sm-8"></div>
</div>
</main>
</div>
<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">© 1982–2024 Wildlife Center of Virginia</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Support</a></li>
</ul>
</footer>
</body>
</html>