emacs-survey/app/resources/surveys/views/thanks.jl.html

17 lines
425 B
HTML

<header>
<hgroup>
<h1>$(survey.name)</h1>
<h2>Survey Attempt
<code style="color:var(--primary)">$(uid)</code>
has been recorded
</h2>
</hgroup>
</header>
<main>
<h2 style="color: var(--primary)"><em>Thank you</em> for taking part in the survey!</h2>
<h5>We hope to see you next year 🙂</h5>
<br /><br />
<a href="/" role="button">Go Home</a>
</main>