librapi/handlers/login/templates/success.html.tpl
2025-01-02 18:59:37 +01:00

13 lines
181 B
Smarty

<!DOCTYPE html>
<html>
<body>
<h1>Login</h1>
<div>You're logged</div>
<h2>Available urls</h2>
<ul>
<li><a href="/upload">Upload a book</a></li>
</ul>
</body>
</html>