-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 2.07 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, interactive-widget=resizes-content" />
<meta name="color-scheme" content="dark light" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Vivica - AI Assistant</title>
<meta name="description" content="Vivica - Your intelligent AI assistant" />
<meta name="author" content="Dustin" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' https://* capacitor: ws: wss:; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; script-src 'self'; worker-src 'self' blob:; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; upgrade-insecure-requests;" />
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
<link rel="manifest" href="%BASE_URL%manifest.json" />
<link rel="icon" href="%BASE_URL%uploads/790c3ad0-f2a5-41ef-ac83-99cb6bdd3112.png" type="image/png" />
<meta property="og:title" content="Vivica - AI Assistant" />
<meta property="og:description" content="Your intelligent AI assistant" />
<meta property="og:type" content="website" />
<meta property="og:image" content="%BASE_URL%uploads/790c3ad0-f2a5-41ef-ac83-99cb6bdd3112.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="%BASE_URL%uploads/790c3ad0-f2a5-41ef-ac83-99cb6bdd3112.png" />
<!-- Set initial status bar theme color based on saved theme -->
<script src="%BASE_URL%theme-init.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>