aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>