Skip to content

Commit

Permalink
Merge pull request #94 from kaydensigh/meta_viewport
Browse files Browse the repository at this point in the history
Set viewport meta in index.html
  • Loading branch information
NiklasEi authored Dec 30, 2023
2 parents 81f6469 + 31a5ece commit 505aff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Bevy game</title> <!-- ToDo -->
<link data-trunk rel="copy-dir" href="assets"/>
<link data-trunk rel="copy-dir" href="credits"/>
Expand Down

0 comments on commit 505aff3

Please sign in to comment.