captcha/resources/submit_err.html

20 lines
305 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>tricaptcha</title>
<style>
body {
font-size: 18px;
font-family: sans-serif;
margin: auto;
max-width: 900px;
padding-top: 40px;
}
</style>
</head>
<body>
<header><h1>tricaptcha</h1></header>
<main><p>{{msg}}</p></main>
</body>
</html>