You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.4 KiB
HTML
53 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Know Foolery - Quiz Game</title>
|
|
<meta name="description" content="Test your knowledge in this exciting quiz game inspired by Déconnaissance!" />
|
|
|
|
<!-- PWA Meta Tags -->
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta name="theme-color" content="#1976d2" />
|
|
<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="Know Foolery" />
|
|
<meta name="msapplication-TileColor" content="#1976d2" />
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" href="/icons/icon-192x192.png" />
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/icons/icon-152x152.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/icons/icon-192x192.png" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon-16x16.png" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://knowfoolery.com/" />
|
|
<meta property="og:title" content="Know Foolery - Quiz Game" />
|
|
<meta property="og:description" content="Test your knowledge in this exciting quiz game inspired by Déconnaissance!" />
|
|
<meta property="og:image" content="/icons/icon-512x512.png" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://knowfoolery.com/" />
|
|
<meta property="twitter:title" content="Know Foolery - Quiz Game" />
|
|
<meta property="twitter:description" content="Test your knowledge in this exciting quiz game inspired by Déconnaissance!" />
|
|
<meta property="twitter:image" content="/icons/icon-512x512.png" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
<!-- Offline page for service worker -->
|
|
<noscript>
|
|
<div style="text-align: center; padding: 2rem;">
|
|
<h1>Know Foolery</h1>
|
|
<p>Please enable JavaScript to play this quiz game.</p>
|
|
</div>
|
|
</noscript>
|
|
</body>
|
|
</html> |