Skip to content

Commit

Permalink
Add PWA items
Browse files Browse the repository at this point in the history
  • Loading branch information
roycechua committed Jan 18, 2024
1 parent 21dc930 commit 94ae9d2
Show file tree
Hide file tree
Showing 13 changed files with 709 additions and 6 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/timer.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Just Pomodoro Lite</title>
<meta name="description" content="Just a simple pomodoro timer app">
<link rel="icon" type="image/svg+xml" href="/timer.png" />
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 94ae9d2

Please sign in to comment.