Merge branch 'devel'

This commit is contained in:
Sebastien 2018-09-26 13:31:41 +03:00
commit 4c2f3f3e31
4 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -16,6 +16,7 @@ var urlsToCache = [
self.addEventListener('install', function (event) {
// Perform install steps
self.skipWaiting();
event.waitUntil(
caches.open(CACHE_NAME)
.then(function (cache) {

View File

@ -58,7 +58,7 @@
<h6 class=" blue-grey-text ">403 Forbidden</h6>
</div>
<div class="col l6 m12 s12">
<img class="" src="/img/403.webp" style="border:none;outline: none"/>
<img class="" src="/img/403.gif" style="border:none;outline: none"/>
</div>
</div>
<div class="row">