1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-11 02:12:29 +02:00

Footer avec la licence et un lien vers le code source

This commit is contained in:
Vincent LAURENT 2021-11-08 01:24:25 +01:00
parent fba94dd476
commit e9efe13eab

View file

@ -26,6 +26,9 @@
</form>
</div>
</div>
<footer class="text-center text-muted mb-2 fixed-bottom">
<small>Logiciel libre sous license AGPL-3.0 : <a href="https://github.com/24eme/signaturepdf">voir le code source</a></small>
</footer>
<script>
document.getElementById('input_pdf_upload').addEventListener('change', function(event) {