46 lines
2.4 KiB
HTML
46 lines
2.4 KiB
HTML
<!doctype html>
|
|||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||
|
|
<title>AppForge - Convert Websites to Apps</title>
|
||
|
|
<meta name="description" content="Convert any website into a native mobile app with AppForge" />
|
||
|
|
<meta name="author" content="AppForge" />
|
||
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
|
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||
|
|
|
||
|
|
<!-- PWA Meta Tags -->
|
||
|
|
<meta name="theme-color" content="#6366f1" />
|
||
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||
|
|
<meta name="apple-mobile-web-app-title" content="AppForge" />
|
||
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||
|
|
|
||
|
|
<!-- Open Graph -->
|
||
|
|
<meta property="og:title" content="AppForge - Convert Websites to Apps" />
|
||
|
|
<meta property="og:description" content="Convert any website into a native mobile app with AppForge" />
|
||
|
|
<meta property="og:type" content="website" />
|
||
|
|
<meta property="og:image" content="/pwa-512x512.png" />
|
||
|
|
|
||
|
|
<meta name="twitter:card" content="summary_large_image" />
|
||
|
|
<meta name="twitter:site" content="@AppForge" />
|
||
|
|
<meta name="twitter:image" content="/pwa-512x512.png" />
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
// Prevent flash of wrong theme on page load
|
||
|
|
(function(){try{var s=localStorage.getItem('appforge-theme');var t=s?JSON.parse(s).state?.theme:'dark';if(t==='system'){t=window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light'}document.documentElement.classList.add(t)}catch(e){document.documentElement.classList.add('dark')}})();
|
||
|
|
</script>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="module" src="/src/main.tsx"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|