-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (15 loc) · 785 Bytes
/
index.html
File metadata and controls
16 lines (15 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aelix | AI Agent On Monad</title>
<meta name="description" content="Aelix is an AI-powered autonomous agent built on the Monad blockchain, designed for seamless decentralized interactions, smart contract automation, and intelligent decision-making in Web3 ecosystems. Leveraging Monad’s high-performance execution layer, Aelix ensures fast, low-cost, and efficient AI-driven operations." />
<meta name="author" content="Nikhil Raikwar" />
<meta property="og:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>