Skip to content

Commit

Permalink
Adding webapp manifest.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 1, 2024
1 parent b1db738 commit 0545eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="manifest.json" crossorigin="use-credentials" />
<link href="styles.css" rel="stylesheet" type="text/css">
</head>

Expand Down

0 comments on commit 0545eaf

Please sign in to comment.