changed tab title and favicon
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/jh-logo.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>jody-holt-portfolio</title>
|
<title>Jody Holt</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
15
public/jh-logo.svg
Normal file
15
public/jh-logo.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="JH logo">
|
||||||
|
<rect width="64" height="64" rx="12" fill="#111827" />
|
||||||
|
<text
|
||||||
|
x="50%"
|
||||||
|
y="57%"
|
||||||
|
text-anchor="middle"
|
||||||
|
font-family="Arial, sans-serif"
|
||||||
|
font-size="28"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2"
|
||||||
|
fill="#F9FAFB"
|
||||||
|
>
|
||||||
|
JH
|
||||||
|
</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 377 B |
Reference in New Issue
Block a user