Skip to content

Commit

Permalink
Merge pull request #2 from Jerinji2016/fix/hotfix-web-title
Browse files Browse the repository at this point in the history
fix: Web title and description
  • Loading branch information
Jerinji2016 authored Oct 21, 2024
2 parents f1a1cb7 + 5989f27 commit 45d6052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="Tic Tac Toe with Glassmorphic UI">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="xo_game">
<meta name="apple-mobile-web-app-title" content="XO Game">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.ico"/>

<title>xo_game</title>
<title>XO Game</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down

0 comments on commit 45d6052

Please sign in to comment.