-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.11 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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Promptly Technologies, LLC</title>
<meta name="author" content="Christopher C. Smith">
<meta name="description" content="AI-powered software for small businesses and nonprofits, developed out of Albany, New York">
<meta name="keywords" content="Artificial intelligence, AI, LLMs, LLM wrapper apps, GPT-4, OpenAI, Promptly Technologies, Promptly Technologies, LLC">
<link rel="icon" href="/images/favicon.ico">
<meta name="robots" content="index,follow">
<meta property="og:url" content="https://promptlytechnologies.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Promptly Technologies, LLC">
<meta property="og:description" content="AI-powered software for small businesses and nonprofits, developed out of Albany, New York">
<meta property="og:image" content="https://promptlytechnologies.com/images/card.jpg">
</head>
<body>
<div id="root">
</div>
<script src="/src/main.tsx" type="module">
</script>
</body>
</html>