Files
cosmique/index.html
2025-07-08 23:11:03 +02:00

45 lines
2.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Rayon Cosmique - Artistic Hex Editor for Image Corruption</title>
<meta name="title" content="Rayon Cosmique - Artistic Hex Editor for Image Corruption" />
<meta name="description" content="A hex editor designed for artists to create glitch art through controlled image corruption. Edit binary data in real-time with visual feedback." />
<meta name="keywords" content="hex editor, glitch art, image corruption, datamoshing, digital art, binary editor, creative coding" />
<meta name="author" content="Raphaël Forment (BuboBubo)" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cosmique.app/" />
<meta property="og:title" content="Rayon Cosmique - Artistic Hex Editor for Image Corruption" />
<meta property="og:description" content="A hex editor designed for artists to create glitch art through controlled image corruption. Edit binary data in real-time with visual feedback." />
<meta property="og:image" content="/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://cosmique.app/" />
<meta property="twitter:title" content="Rayon Cosmique - Artistic Hex Editor for Image Corruption" />
<meta property="twitter:description" content="A hex editor designed for artists to create glitch art through controlled image corruption. Edit binary data in real-time with visual feedback." />
<meta property="twitter:image" content="/og-image.png" />
<!-- Favicon -->
<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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#1a1a1a" />
<!-- Manifest for PWA -->
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>