Skip to content

Commit

Permalink
Merge pull request #4 from isdi-coders-2023/feature/meta
Browse files Browse the repository at this point in the history
update meta tag
  • Loading branch information
marcosparajua authored May 19, 2024
2 parents 0172e81 + 8d26467 commit c169f54
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hyphae</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./assets/favicon.svg" />
</head>
<body>
<app-root></app-root>
</body>
<head>
<meta charset="utf-8" />
<title>Hyphae</title>
<base href="/" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
lang="en"
content="width=device-width, initial-scale=1"
/>

<link rel="icon" type="image/x-icon" href="./assets/favicon.svg" />
</head>
<body>
<app-root></app-root>
</body>
</html>

0 comments on commit c169f54

Please sign in to comment.