add favicon

besaid.zone d2255582 2dce21f4

verified
Changed files
+2 -1
public
+1
public/favicon.svg
···
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 16 16"><text x="0" y="14">♨️</text></svg>
+1 -1
public/index.html
··· 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Dane's Website</title> 7 <meta name="description" content="Hey, I'm Dane. A frontend/fullstack developer from Toronto that enjoys building cool and accessible websites using the latest web technologies."> 8 - <link rel="icon" type="image/svg+xml" href="/favicon.svg"> 9 <meta property="og:type" content="website"> 10 <meta property="og:title" content="Dane's Website"> 11 <meta property="og:description" content="Hey, I'm Dane. A frontend/fullstack developer from Toronto that enjoys building cool and accessible websites using the latest web technologies.">
··· 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Dane's Website</title> 7 <meta name="description" content="Hey, I'm Dane. A frontend/fullstack developer from Toronto that enjoys building cool and accessible websites using the latest web technologies."> 8 + <link rel="icon" type="image/svg+xml" href="/public/favicon.svg"> 9 <meta property="og:type" content="website"> 10 <meta property="og:title" content="Dane's Website"> 11 <meta property="og:description" content="Hey, I'm Dane. A frontend/fullstack developer from Toronto that enjoys building cool and accessible websites using the latest web technologies.">