port error
This commit is contained in:
2019-12-13 16:26:53 +01:00
parent 3a82f81c1a
commit a1b3998890
7 changed files with 22 additions and 15 deletions

View File

@ -37,6 +37,8 @@
<link rel="stylesheet" type="text/css" href="css/dashboard.css">
<link rel="stylesheet" type="text/css" href="css/general.css">
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body class="hold-transition sidebar-mini layout-fixed">

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -7,7 +7,7 @@
"description": "A web app to manage waste pickups",
"icons": [
{
"src": "wasteicon.png",
"src": "favicon.png",
"sizes": "512x512",
"type": "image/png"
}

View File

@ -10,7 +10,7 @@ const staticAssets = [
'/lib/jquery.min.js',
'/lib/popper.min.js',
'/rsc/login2.jpg',
'/wasteicon.png'
'/favicon.png'
];
self.addEventListener('install', async e => {