Merge branch 'devel'
This commit is contained in:
commit
4c2f3f3e31
BIN
src/main/resources/static/img/403.gif
Normal file
BIN
src/main/resources/static/img/403.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
@ -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) {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user