web initial loading asset path updated

This commit is contained in:
MohammadTaha Basiri 2022-02-06 10:32:49 +03:30
parent bfc4d99d8e
commit 5a4c114469
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/animations/loading.gif" />
<img class="indicator" src="./assets/lib/animations/loading.gif" />
</div>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see: