frontend: Add footer
This commit is contained in:
parent
c79cb75a79
commit
afd0a07147
11
index.html
11
index.html
|
@ -40,6 +40,17 @@
|
|||
</form>
|
||||
|
||||
<div id="hash-container"><span id="hash"></span></div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
The hash is calculated in your browser
|
||||
and never leaves your device.
|
||||
</p>
|
||||
<p>
|
||||
This application is free software, released under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html"><code>AGPLv3</code></a>
|
||||
(<a href="https://git.sbruder.de/simon/password-hash-self-service">Source code</a>).
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="module" src="app.js"></script>
|
||||
|
|
Loading…
Reference in a new issue