serve from local

This commit is contained in:
Naiel
2026-02-06 09:23:33 +00:00
parent 75c319c701
commit 05ea9a9d8b
3 changed files with 44 additions and 2 deletions

View File

@@ -61,13 +61,13 @@
<div id="snackbar">
Hay una nueva versión de %%TITLE%%.<br /><a id="reload">Pulsa aqui para actualizar.</a>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js" integrity="sha256-/H4YS+7aYb9kJ5OKhFYPUjSJdrtV6AeyJOtTkw6X72o=" crossorigin="anonymous"></script>
<script src="static/aes.js"></script>
<script src="static/showdown.min.js"></script>
<script src="static/qrcode/html5-qrcode.min.js"></script>
<script src="static/qrcode/barcode.js"></script>
<script src="static/qrcode/qrcode.min.js"></script>
<script src="static/jquery.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pouchdb@7.3.1/dist/pouchdb.min.js"></script>
<script src="static/pouchdb.min.js"></script>
<script src="static/toastr.min.js"></script>
<script src="static/doublescroll.js"></script>
<script src="pwa.js"></script>