Files
linkding/bookmarks/templates/bookmarks/close.html
Sascha Ißbrücker ffc1a69085 Template improvements
2026-01-01 13:40:57 +01:00

8 lines
182 B
HTML

{% extends "shared/layout.html" %}
{% block content %}
<script type="application/javascript">
window.close()
</script>
<p>You can now close this window.</p>
{% endblock %}