Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 23, 2024
1 parent cba0bd6 commit 5714ed9
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angular Darkmode</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta
name="description"
content="DarkMode component with Angular"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<app-root></app-root>
</body>
<head>
<meta charset="utf-8" />
<title>darkmode-angular</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="description" content="DarkMode component with Angular" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<app-root></app-root>
</body>
</html>

0 comments on commit 5714ed9

Please sign in to comment.