Skip to content

Commit

Permalink
Adding emoji to title.
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone committed Jul 29, 2024
1 parent c852423 commit 2af7b26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Irish Mortgage Calculator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/public/abacus.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Irish Mortgage Calculator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Binary file added public/abacus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2af7b26

Please sign in to comment.