overleaf-registration/templates/error.html

9 lines
187 B
HTML
Raw Normal View History

2022-02-21 18:32:14 +01:00
<html lang="en">
<head>
<title>Overleaf registration: done</title>
</head>
<body>
<h1>Error: {{ error }}</h1>
Please retry on the <a href="/register">previous page</a>.
</body>
</html>