-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.04 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en" data-theme="business">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DeepSocial AI</title>
<meta property="og:title" content="DeepSocial AI">
<meta property="og:description" content="Unlock Social Insights with AI-Powered Research">
<meta property="og:image" content="https://www.dropbox.com/scl/fi/02ywz5d8we3a7807ns79i/Screenshot_2025-05-19-10-38-56-087-edit_com.android.chrome.jpg?rlkey=c8pl0dy42tuexhe39qevd9i5k&raw=1">
<meta property="og:image:width" content="630">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="DeepSocial AI preview image">
<meta property="og:url" content="https://socials-puce.vercel.app">
<meta property="og:site_name" content="DeepSocial AI">
<meta property="og:type" content="website">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>