added modal for downloading zim file on welcome page

This commit is contained in:
Manan Jethwani
2021-07-12 17:59:26 +05:30
parent 60f0f81286
commit a517d3b529
8 changed files with 152 additions and 3 deletions

View File

@ -71,4 +71,11 @@
<div class="loader" style="position: absolute; top: 50%"><div class="loader-spinner"></div></div>
<div id="kiwixfooter" class="kiwixfooter">Powered by&nbsp;<a href="https://kiwix.org">Kiwix</a></div>
</body>
<script>
function closeModal() {
for(modal of document.getElementsByClassName('modal-wrapper')) {
modal.remove();
}
}
</script>
</html>