Skip to content

Commit

Permalink
feat: update app title in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Jul 3, 2024
1 parent 37f8471 commit bf1b12f
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 @@ -15,16 +15,16 @@

<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="Card games, made with Flutter" />
<meta name="description" content="Solitaire, made with Flutter" />

<!-- 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="quards" />
<meta name="apple-mobile-web-app-title" content="quards - solitaire" />
<link rel="apple-touch-icon" href="icons/Icon-192.png" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />

<title>quards</title>
<title>quards - solitaire</title>
<link rel="manifest" href="manifest.json" />
</head>
<body>
Expand Down

0 comments on commit bf1b12f

Please sign in to comment.