Skip to content

Commit

Permalink
apple meta/link tags for fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
edloper committed Dec 7, 2024
1 parent 5f78e4d commit b29a2ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions game_fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html>
<head>
<title>Missing Link</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="images/thumbnail.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/thumbnail.png">
<link rel="apple-touch-icon" sizes="167x167" href="images/thumbnail.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/thumbnail.png">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
Expand Down

0 comments on commit b29a2ac

Please sign in to comment.