remove default avatar, add favicon and custom avatar
This commit is contained in:
BIN
images/avatar.jpeg
Normal file
BIN
images/avatar.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
BIN
images/favicon.png
Normal file
BIN
images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 B |
@@ -15,7 +15,7 @@
|
||||
|
||||
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
||||
<title>LittleLink</title>
|
||||
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="/images/favicon.png"> <!-- Update this with your own favicon -->
|
||||
|
||||
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
||||
<meta name="description" content="Replace this with your own, this appears in search results and when sharing.">
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
Be sure to replace the src with your own image path and update the alt text
|
||||
-->
|
||||
<img class="avatar avatar--rounded" src="images/avatar.png" srcset="images/avatar@2x.png 2x" alt="LittleLink">
|
||||
<img class="avatar avatar--rounded" src="images/avatar.jpeg" alt="Mike Rockwell">
|
||||
|
||||
<!-- Replace with your name or brand -->
|
||||
<h1>
|
||||
|
Reference in New Issue
Block a user