47 lines
1.7 KiB
HTML
47 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Title and basic meta -->
|
|
<title>Palace - Bubo's Memory</title>
|
|
<meta name="description" content="Palace is BuboBubo's Memory Palace." />
|
|
<meta name="keywords" content="notes, notetaking, palace, memory" />
|
|
<meta name="author" content="Palace" />
|
|
|
|
<!-- Theme and app meta -->
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
<!-- Open Graph meta tags -->
|
|
<meta property="og:title" content="Palace" />
|
|
<meta property="og:description" content="Palace is BuboBubo's Memory Palace." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Palace" />
|
|
|
|
<!-- Twitter Card meta tags -->
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Palace" />
|
|
<meta name="twitter:description" content="Palace is BuboBubo's Memory Palace." />
|
|
|
|
<!-- Prevent indexing if needed -->
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
|
|
<!-- PWA meta -->
|
|
<meta name="application-name" content="Palace" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-title" content="Palace" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="alternate icon" href="/favicon.svg" />
|
|
<link rel="mask-icon" href="/favicon.svg" color="#000000" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|