[code] created app.js and service-worker.js, these files are key for offline and PWA functionality, also updated all project HTML files to reflect these new files and their relevant links.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<script src="/app.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginPane">
|
||||
|
||||
Reference in New Issue
Block a user