-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
26 lines (26 loc) · 1.07 KB
/
index.html
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
<!doctype html>
<html lang="en" data-theme="night">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<title>TalOS - Reborn</title>
<meta name="description" content="TalOS | Reborn" />
<meta name="keywords" content="TalOS, Reborn, TalOS Reborn, TalOS - Reborn, TalOS Reborn - Reborn" />
<meta name="author" content="SenDev" />
<meta name="theme-color" content="#000000" />
<meta name="og:title" content="TalOS - Reborn" />
<meta name="og:description" content="TalOS - Reborn: Chat with AI anywhere." />
<meta name="og:image" content="/waywy.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>