diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 23:18:38 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 23:18:38 +0100 |
| commit | 41bb621b9fe644ac5d39a387a65e15d96301be8f (patch) | |
| tree | 1614ce2f45f3606b1f3de9e2411ba8bb9455588d | |
| parent | 31c2bc8a42240cb3b991d6f51519636ad76620e5 (diff) | |
Fixed links to js background and stylesheet in contact.html
| -rw-r--r-- | src/Pages/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Pages/contact.html b/src/Pages/contact.html index 487bb52..9e262d5 100644 --- a/src/Pages/contact.html +++ b/src/Pages/contact.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>Contact 256phi</title> - <link rel="stylesheet" href="../style.css"> + <link rel="stylesheet" href="../Style/style.css"> </head> <body> <canvas id="bg"></canvas> @@ -31,6 +31,6 @@ <p>© 256phi | 2026 | <a href="/home">Home</a></p> </footer> </div> - <script type="module" src="../main.js"></script> + <script type="module" src="../Background/main.js"></script> </body> </html> |
