Skip to content

Commit

Permalink
add: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoayan committed Mar 21, 2024
1 parent 6bae9db commit ff85c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="//github.com/tomoayan.png">
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="./main.css">
<title>Tomoayan</title>
Expand All @@ -15,7 +16,7 @@
<div class="card">
<div class="bio">
<div class="img">
<img onload="this.style.opacity=1" src="https://github.com/tomoayan.png" alt="tomoayan avatar">
<img onload="this.style.opacity=1" src="//github.com/tomoayan.png" alt="tomoayan avatar">
</div>
<div>
<p>A self-proclaimed tech nerd with an insatiable passion for all things visual and creative.
Expand Down

0 comments on commit ff85c76

Please sign in to comment.