Files
JQC_features/templates/demo_thanks.html
T

44 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Request received — JQC · LT Services</title>
<meta name="robots" content="noindex">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="{{ asset_url('css/style.css') }}">
</head>
<body>
<div class="grain" aria-hidden="true"></div>
<main class="book book--done">
<div class="book__stamp" aria-hidden="true">
<svg viewBox="0 0 24 24">
<polyline points="4 12 10 18 20 6" />
</svg>
</div>
<h1 class="book__title">Request received</h1>
<p class="book__lede">
Thank you — your appointment request is with us. We've emailed you a copy, and someone from LT Services
will confirm the time shortly.
</p>
<p class="book__fallback">
Need to change something? <a href="{{ demo_url }}">Email us</a> or
<a href="{{ url_for('demo') }}">submit another time</a>.
</p>
<a class="book__back" href="{{ url_for('index') }}">← Back to JQC features</a>
</main>
<footer class="cta cta--slim">
<p class="cta__legal">© LT Services Inc. · JQC Quality Control Program</p>
</footer>
</body>
</html>