Skip to content

Commit

Permalink
Fix: Change title to Web3Task
Browse files Browse the repository at this point in the history
  • Loading branch information
heronlancellot committed Oct 15, 2023
1 parent f58a373 commit 8f6ee49
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#1975ff" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400&display=swap"
rel="stylesheet"
/>
<title>Web3Dev</title>
<meta
name="description"
content="High performance React template built with lots of powerful Material-UI components across multiple product niches for fast & perfect apps development processes."
/>
<meta
name="keywords"
content="material-ui, admin dashboard, admin template, react, react template, react admin template, react dashboard, react admin panel"
/>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#1975ff" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400&display=swap" rel="stylesheet" />
<title>Web3Task</title>
<meta name="description"
content="High performance React template built with lots of powerful Material-UI components across multiple product niches for fast & perfect apps development processes." />
<meta name="keywords"
content="material-ui, admin dashboard, admin template, react, react template, react admin template, react dashboard, react admin panel" />
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>

0 comments on commit 8f6ee49

Please sign in to comment.