Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
artemskakun committed Feb 20, 2024
1 parent 6a05d97 commit b14c4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions content.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Котики!!!</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/png" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Про меня</title>
<link rel="shortcut icon" href="res/me.png" type="image/png" />

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
Expand All @@ -29,7 +30,8 @@ <h1 class="hero__title">Артем</h1>
</p>

<p class="hero__description">
Я очень люблю котиков, поэтому <a class="hero__link" href="content.html">тут</a>
Я очень люблю котиков, поэтому
<a class="hero__link" href="content.html">тут</a>
вы можете посмотреть видео и полистать фото c ними...
</p>
</div>
Expand Down

0 comments on commit b14c4c8

Please sign in to comment.