Files
linkding/bookmarks/templates/bookmarks/close.html
Sascha Ißbrücker 312ab3db17 Implement bookmarklet
2019-07-05 22:29:21 +02:00

10 lines
197 B
HTML

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