Skip to content

Commit 4803e3f

Browse files
authored
Update index.html to include new project link
Added a new link to Javagar's Authenticator Audit.
1 parent 0f3ee2c commit 4803e3f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ <h1 class="fascinate-font">Javagar's Projects</h1>
347347
{ text: "Digital Garden", url: "https://digital-garden.kudos-kebab-kept.workers.dev/" },
348348
{ text: "Shift Context", url: "https://shift-context.kudos-kebab-kept.workers.dev/" },
349349
{ text: "Encrypt Tool", url: "https://java-idl.github.io/Encrypt/" },
350-
{ text: "Smart Blob", url: "https://java-idl.github.io/Smart-Blob-Engine/" }
350+
{ text: "Smart Blob", url: "https://java-idl.github.io/Smart-Blob-Engine/" },
351+
{ text: "Javagar's Authenticator Audit", url: "https://javagar-authenticator-audit.vercel.app/" }
351352
];
352353

353354
let points = [];
@@ -634,4 +635,5 @@ <h1 class="fascinate-font">Javagar's Projects</h1>
634635
init();
635636
</script>
636637
</body>
637-
</html>
638+
639+
</html>

0 commit comments

Comments
 (0)