-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
45 lines (45 loc) · 2.15 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Web Agent is a browser-native AI agent with isolated profiles, persistent memory, built-in tools, and zero install friction."
/>
<meta name="theme-color" content="#0b0610" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Web Agent" />
<meta property="og:title" content="Web Agent — Browser-Native AI Agent" />
<meta
property="og:description"
content="Launch an isolated, self-learning AI agent in the browser with persistent local memory, built-in tools, and zero install friction."
/>
<meta property="og:url" content="https://webagent.aratech.ae/" />
<meta property="og:image" content="https://webagent.aratech.ae/images/preview.webp" />
<meta property="og:image:width" content="2438" />
<meta property="og:image:height" content="1526" />
<meta property="og:image:alt" content="Web Agent application preview" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Web Agent — Browser-Native AI Agent" />
<meta
name="twitter:description"
content="Launch an isolated, self-learning AI agent in the browser with persistent local memory, built-in tools, and zero install friction."
/>
<meta name="twitter:image" content="https://webagent.aratech.ae/images/preview.webp" />
<meta name="twitter:image:alt" content="Web Agent application preview" />
<title>Web Agent — Browser-Native AI Agent Runner</title>
<link rel="icon" id="app-favicon" href="/mascot/Webby-pink.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script src="/sw-register.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>