Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
holenet authored Aug 5, 2024
1 parent bb28e43 commit 4b99006
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/gameofcatandmouse/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta name="color-scheme" content="light dark" />
<title>Game of Cat and Mouse</title>
<script type="module" crossorigin src="/gameofcatandmouse/assets/index-B4iyX37V.js"></script>
<link rel="stylesheet" crossorigin href="/gameofcatandmouse/assets/index-BMRerdve.css">
<link rel="stylesheet" crossorigin href="/gameofcatandmouse/assets/index-BMRerdve.css" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 4b99006

Please sign in to comment.