summary refs log tree commit diff
path: root/aes.html
diff options
context:
space:
mode:
Diffstat (limited to 'aes.html')
-rw-r--r--aes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/aes.html b/aes.html
index fa9b605..f973b66 100644
--- a/aes.html
+++ b/aes.html
@@ -2,7 +2,7 @@
  <head> 

   <title>AES加解密</title>

   <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 

-  <script src="js/aes.js"></script>

+  <script src="/assets/js/aes.js"></script>

   <script>

  function getByteLen(val) {

     var len = 0;