Add admin panel to delete URLs from the browser. Add copyright notice.
This commit is contained in:
parent
332d82e97a
commit
8288b3624e
11 changed files with 445 additions and 75 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
Copyright (c) 2019 Steven Spangler <132@ikl.sh>
|
||||
Copyright (c) 2019 Steven Spangler <132@ikl.sh>, Kevin Alberts <kevin@kevinalberts.nl>
|
||||
This file is part of liteshort by 132ikl
|
||||
This software is license under the MIT license. It should be included in your copy of this software.
|
||||
A copy of the MIT license can be obtained at https://mit-license.org/
|
||||
|
@ -17,10 +17,14 @@ A copy of the MIT license can be obtained at https://mit-license.org/
|
|||
<div id="top">
|
||||
<div id="header">
|
||||
<div id="logo" class="drop-shadow">
|
||||
<img src="{{ url_for('static', filename='ictsv-logo-white.svg') }}" alt="logo">
|
||||
<a href="{{ url_for('main') }}">
|
||||
<img src="{{ url_for('static', filename='ictsv-logo-white.svg') }}" alt="logo">
|
||||
</a>
|
||||
</div>
|
||||
<div id="title" class="drop-shadow">
|
||||
I.C.T.S.V. URL Shortener
|
||||
<a href="{{ url_for('main') }}">
|
||||
I.C.T.S.V. URL Shortener
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -62,6 +66,14 @@ A copy of the MIT license can be obtained at https://mit-license.org/
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<p id="copyright">
|
||||
<span>This URL shortening service is provided by <a href="https://inter-actief.net/">I.C.T.S.V. Inter-<i>Actief</i></a>.</span>
|
||||
<span>URLs may be deleted or modified by us if deemed necessary.</span>
|
||||
<span>No personal information is processed by this application.</span>
|
||||
<span> </span>
|
||||
<span>© <a href="https://inter-actief.net/">I.C.T.S.V. Inter-<i>Actief</i></a> and <a href="https://gitlab.ia.utwente.nl/WWW/ia-short">individual contributors</a>. Based on <a href="https://github.com/132ikl/liteshort">liteshort</a>.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue