-
- <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap.min.js") ?>"></script>
- <script src="<?php cache::printFileWithTime("libs/qrcode-reader/js/qrcode-reader.js") ?>"></script>
- <script src="<?php cache::printFileWithTime("js/confirmation.js") ?>"></script>
- <script src="<?php cache::printFileWithTime("js/logout.js") ?>"></script>
- <?php pwa::printServiceWorker(); ?>
- </body>
- </html>
- <?php
- alert::destroyAlert();
- ?>
|