Skip to content

Commit

Permalink
add full screen meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
culmat committed Jul 12, 2024
1 parent 05aafec commit 842a830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>clock</title>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src="clock.js"></script>
Expand Down

0 comments on commit 842a830

Please sign in to comment.