<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}
<body>
{%- include header.html -%}
</body>
<script>
window.location.href = "/thankyou.html";
</script>
</html>