You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<title>Thank you</title>
|
||
|
<link rel="stylesheet" href="/resources/css/cssall.css">
|
||
|
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||
|
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||
|
<style>
|
||
|
.mainContent {
|
||
|
background-color: #33353d;
|
||
|
height: 100%;
|
||
|
padding-top: 15rem;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
h1, p {
|
||
|
width: 80%;
|
||
|
text-align: center;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="mainContent">
|
||
|
<h1 style="font-size: 5rem;">Thanks for submitting your message</h1><br>
|
||
|
<p onclick="window.open('/', '_self')" style="cursor:pointer;">Click here to go home</p>
|
||
|
</div>
|
||
|
|
||
|
<script src="/resources/js/navbar.json.js"></script>
|
||
|
<script src="/resources/js/insertNavbar.js"></script>
|
||
|
<script src="/resources/js/javall.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|