mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 20:55:10 +01:00
18 lines
719 B
HTML
18 lines
719 B
HTML
{% extends "base.html" %}
|
|
{% block title %}digimarks{% endblock %}
|
|
{% block pageheader %}digimarks{% endblock %}
|
|
{% block pagecontent %}
|
|
<p>Please visit your personal url, or <a href="https://github.com/aquatix/digimarks">see the digimarks project page</a>.</p>
|
|
|
|
<div class="row">
|
|
<div class="col s12">
|
|
<div class="card-panel orange lighten-2">
|
|
<span class="black-text">
|
|
If you forgot/lost your personal url, contact your digimarks administrator. On startup, the personal codes are printed to the standard output (so should be findable in a log). Of course, bookmarks.db contains the user information too.
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|