Skip to content

Commit

Permalink
add homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Aug 6, 2023
1 parent 3622a44 commit 72fd0a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<style>
a {
text-decoration: none;
}
body {
background-color: #e0ecff;
font-family: 'Ubuntu', sans-serif;
Expand Down Expand Up @@ -145,7 +148,7 @@ <h3 id="result" class="center"></h3>
});
});
</script>
<footer class="center">Made with ❤️ by &nbsp;<a href="https://davidan.dev"> davidan.dev</a></footer>
<footer class="center"><a href="https://acm.illinois.edu">ACM @ UIUC Homepage</a></footer>
</body>

</html>

0 comments on commit 72fd0a6

Please sign in to comment.