-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.7 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#0a0a0f" />
<meta name="description" content="AI-Powered Faceless Content Factory — Generate, schedule and publish social media content with AI. Works offline with on-device AI." />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Mythos — AI Content Factory" />
<meta property="og:description" content="Generate, schedule and publish faceless content across all platforms with AI. On-device AI supported." />
<meta property="og:url" content="https://rawkeep.github.io/Mythos/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Mythos — AI Content Factory" />
<link rel="manifest" href="/Mythos/manifest.json" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎭</text></svg>" />
<title>Mythos — AI Content Factory</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: #0A0A0F; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("/Mythos/sw.js").catch(() => {});
});
}
</script>
</body>
</html>