mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
10 lines
480 B
HTML
10 lines
480 B
HTML
<div class="empty">
|
|
<p class="empty-title h5">You have no bookmarks yet</p>
|
|
<p class="empty-subtitle">
|
|
You can get started by <a href="{% url 'bookmarks:new' %}">adding</a> bookmarks,
|
|
<a href="{% url 'bookmarks:settings.general' %}">importing</a> your existing bookmarks or configuring the
|
|
<a href="{% url 'bookmarks:settings.integrations' %}">browser extension</a> or the <a
|
|
href="{% url 'bookmarks:settings.integrations' %}">bookmarklet</a>.
|
|
</p>
|
|
</div>
|