mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 14:09:26 +02:00
10 lines
197 B
HTML
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 %}
|
|
|