favison
This commit is contained in:
parent
48070474ef
commit
0753ee5d78
2 changed files with 25 additions and 1 deletions
dist
23
dist/assets/favicon.svg
vendored
Normal file
23
dist/assets/favicon.svg
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="32.000000pt" height="32.000000pt" viewBox="0 0 32.000000 32.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,32.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M17 293 c-4 -3 -7 -55 -7 -115 0 -158 0 -158 154 -158 82 0 126 4
|
||||
134 12 8 8 12 50 12 124 0 144 0 144 -168 144 -65 0 -122 -3 -125 -7z m173
|
||||
-23 c0 -5 -5 -10 -11 -10 -5 0 -7 5 -4 10 3 6 8 10 11 10 2 0 4 -4 4 -10z m35
|
||||
0 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m30 0
|
||||
c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m-145
|
||||
-20 c0 -5 33 -10 73 -12 l72 -3 3 -83 3 -83 -113 3 -113 3 -3 79 c-2 44 -1 85
|
||||
2 93 6 15 76 18 76 3z m186 -207 c-7 -16 -256 -19 -256 -3 0 6 46 10 119 10
|
||||
99 0 120 3 125 16 3 9 7 57 8 107 l2 92 3 -104 c2 -58 1 -111 -1 -118z"/>
|
||||
<path d="M80 201 c0 -6 5 -13 10 -16 8 -5 7 -11 -1 -21 -18 -22 -2 -29 21 -9
|
||||
19 17 19 19 4 37 -18 20 -34 24 -34 9z"/>
|
||||
<path d="M130 140 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14
|
||||
0 -25 -4 -25 -10z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.2 KiB |
3
dist/index.html
vendored
3
dist/index.html
vendored
|
@ -2,7 +2,8 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<!-- Link to your SVG favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favisocn.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kaby_Kun PortFolio</title>
|
||||
<script type="module" crossorigin src="/assets/index-DABKrgAO.js"></script>
|
||||
|
|
Loading…
Reference in a new issue