Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
charan2004 authored Jan 12, 2024
1 parent 14036a8 commit 59ba761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project/Team_5/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<link rel="stylesheet" href="./css/hash.css">
<title>Hash-One Generator</title>
</head>
<script src=".\js\hashNew.js">
<script src="./js/hashNew.js">
</script>
<body>
<header>
<img src=".\images\avv.png" class="avv">
<img src="./images/avv.png" class="avv">
<h1>Hash-One: A light-weight cryptographic function</h1>
<img src=".\images\cys.png" class="cys">
<img src="./images/cys.png" class="cys">
</header>

<main>
Expand Down

0 comments on commit 59ba761

Please sign in to comment.