Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AmalRitessh authored Dec 6, 2023
1 parent 84f69b7 commit 74f8107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="amalui/css/styles.css">
<link rel="stylesheet" href="./css/styles.css">
<title>Hight Cipher</title>
</head>

Expand All @@ -13,10 +13,10 @@
<button class="toggle-btn">&#9776; OPTIONS </button>
<div class="dropdown">
<div class="dropdown-content">
<a href="amalui/html/ECBmode.html">ECB mode</a>
<a href="amalui/html/CBCmode.html">CBC mode</a>
<a href="amalui/index.html">HIGHT CLASSIC</a>
<a href="amalui/html/about.html">About &amp; Reference</a>
<a href="./html/ECBmode.html">ECB mode</a>
<a href="./html/CBCmode.html">CBC mode</a>
<a href="./index.html">HIGHT CLASSIC</a>
<a href="./html/about.html">About &amp; Reference</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h2>Decryption</h2>
</div></center></div>


<script src="amalui/js/classic.js"></script>
<script src="./js/classic.js"></script>
</body>

</html>

0 comments on commit 74f8107

Please sign in to comment.