UNPKG

progresspulse-pwa

Version:

A modern PWA for tracking progress and achieving goals with iPhone-style design

33 lines (28 loc) 1.37 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="theme-color" content="#3B82F6" /> <meta name="description" content="Track your progress, achieve your goals, and visualize your journey with powerful analytics." /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="default" /> <meta name="apple-mobile-web-app-title" content="ProgressPulse" /> <!-- Preconnect to external domains --> <link rel="preconnect" href="https://images.pexels.com" /> <link rel="dns-prefetch" href="https://images.pexels.com" /> <!-- Apple Touch Icons --> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <!-- Favicon --> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> <!-- Manifest --> <link rel="manifest" href="/site.webmanifest" /> <title>ProgressPulse - Smart Progress Tracker</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>