aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-04-23 13:47:42 +0200
committerThomas Van Iseghem <[email protected]>2023-04-23 13:47:42 +0200
commit8f552f3cbc8a18e91a21c89b6665cad31f21f4ad (patch)
treea18e033a158d1a91b89e98abc217bc9a18747282
parent311a0f221652047fef8db040c97d492c0c600f47 (diff)
downloadOpenCortex-8f552f3cbc8a18e91a21c89b6665cad31f21f4ad.tar.gz
OpenCortex-8f552f3cbc8a18e91a21c89b6665cad31f21f4ad.zip
Fixed bug with scripts not loading
-rw-r--r--File-decryption/webapp/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html
index d82291b..5fa4986 100644
--- a/File-decryption/webapp/index.html
+++ b/File-decryption/webapp/index.html
@@ -15,8 +15,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./style.css"/>
- <script src="/sha1.js"></script>
- <script src="/main.js"></script>
+ <script src="./sha1.js"></script>
+ <script src="./main.js"></script>
</head>