Untitled
1 hour ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Thank you</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TF8983YTDP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TF8983YTDP');
gtag('event', 'form_submit', {
'event_category': 'jotform',
'event_label': 'korean_class_form'
});
</script>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background: #f5f5f5;
margin: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.box {
background: white;
padding: 32px 40px;
border-radius: 10px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
text-align: center;
}
h1 {
margin-bottom: 12px;
}
p {
margin: 4px 0;
color: #555;
}
</style>
</head>
<body>
<div class="box">
<h1>Thank you!</h1>
<p>Your submission has been received.</p>
<p>You can close this page now.</p>
</div>
</body>
</html>