Skip to content

Commit

Permalink
feat: add favicon and improve page title
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenio-cyber committed Jun 23, 2023
1 parent 50e4b76 commit 918a053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> -->
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down Expand Up @@ -33,7 +33,7 @@

<link rel="stylesheet" href="./styles.css" />
<script src="./script.js" defer></script>
<title>Landing Page</title>
<title>Doutor Nature</title>
</head>
<body>
<header>
Expand Down

0 comments on commit 918a053

Please sign in to comment.