web initial loading asset path updated

This commit is contained in:
MohammadTaha Basiri 2022-02-06 10:42:58 +03:30
parent 5a4c114469
commit c47db11b9d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
</head>
<body style="overflow: hidden">
<div id="loading_indicator" class="container">
<img class="indicator" src="./assets/lib/animations/loading.gif" />
<img class="indicator" src="./assets/lib/assets/animations/loading.gif" />
</div>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see: