Conversion_Kitchen_Code/kitchen_counter/lpp/templates/lpp/thankslpp.html

42 lines
1.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>My Next Film | LPP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
.templ {
background-color: #666;
font-family: Arial, Helvetica, sans-serif;
padding: 30px;
text-align: center;
font-size: 25px;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<div class="templ" id="multilingual">
<p>Thanks for providing your precious time to fill the MNF Language Pair Partner registration form. You will be
notified your application status via email.</p>
<br>
<button type="button" style="background-color: #33b0ca;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 16px;
padding: 5px 10px;"><a href="{% url 'base'%}" style="text-decoration: none; color: white;
background-color: #33b0ca !important; border:none;">Back to Home</a></button>
</div>
</body>
</html>