diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 22:59:43 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 22:59:43 +0100 |
| commit | 8ff21484526339f90fe91bfdf32696abf291ea10 (patch) | |
| tree | df39909b231c2f14f33dfa4b7f826dc4eeffefb3 | |
| parent | 5040da28e3561168ecd5c355091d707cf4115dee (diff) | |
Adjusted the proper link from index.html to the main.js background script
| -rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 3ae5d55..3c66d7a 100644 --- a/src/index.html +++ b/src/index.html @@ -23,6 +23,6 @@ <p>© 256phi | 2026 | <a href="/contact">Contact Us</a></p> </footer> </div> - <script type="module" src="main.js"></script> + <script type="module" src="Background/main.js"></script> </body> </html> |
