mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-10 20:03:12 +08:00
9 lines
412 B
HTML
9 lines
412 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.index' %}">importing</a> your existing bookmarks or configuring the
|
|
<a href="{% url 'bookmarks:settings.index' %}#bookmarklet">bookmarklet</a>.
|
|
</p>
|
|
</div>
|