This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PresetAI</title>
<meta property="og:title" content="PresetAI | AI-Powered Documentation Chatbot">
<meta property="og:type" content="website">
<meta property="og:description" content="PresetAI is a powerhouse for chat-based search operations. We specialize in addressing developer documentation queries with simplicity and efficiency. Integration is effortless, and achievable everywhere with just a single line of code.">
<meta property="og:image" content="https://thepresetai.com/assets/logo-c9b0f42e.svg">
<meta property="og:url" content="https://thepresetai.com/" >
<meta property="og:site_name" content="PresetAI" >
<meta name="description" content="PresetAI is a powerhouse for chat-based search operations. We specialize in addressing developer documentation queries with simplicity and efficiency. Integration is effortless, and achievable everywhere with just a single line of code." >
<meta name="keywords" content="AI, Chatbot, Chat-Based Search, Search Operations, Easy Integration, Query Resolution, Customizable Search, Code Integration, Simplicity, Efficiency, API Integration, Technical Support, One-Line Code Implementation, Development Tools, Programming Assistance, Documentation Search Engine, Code Efficiency, Developer Resources, Intelligent Search, Software Integration" >
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>