Skip to content

Commit

Permalink
forgot viewport=device-dim
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Mar 8, 2024
1 parent a3a3d04 commit a68d502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head prefix='og: https://ogp.me/ns#'>
<meta charset=UTF-8>
<meta name=viewport content='width=device-width,height=device-height,initial-scale=1'>
<link rel=manifest href=m.webmanifest>
<link rel=icon type=image/svg+xml href=../res/icon.svg>
<title>RGB digital rain</title>
Expand Down Expand Up @@ -32,4 +33,4 @@
<script src=main.js></script>
</body>

</HTML>
</HTML>

0 comments on commit a68d502

Please sign in to comment.