-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 2.94 KB
/
index.html
File metadata and controls
56 lines (49 loc) · 2.94 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
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Primary Meta Tags -->
<title>Pronghorn - AI-Powered Enterprise Application Platform</title>
<meta name="title" content="Pronghorn - AI-Powered Enterprise Application Platform">
<meta name="description" content="Transform unstructured requirements into traceable, compliant applications with Pronghorn's standards-first, agentic AI platform.">
<meta name="author" content="Pronghorn" />
<meta name="keywords" content="AI, enterprise, application platform, requirements management, compliance, software development, agentic AI">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://pronghorn.red/">
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#0a0a0a">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Pronghorn">
<meta name="application-name" content="Pronghorn">
<meta name="msapplication-TileColor" content="#0a0a0a">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pronghorn.red/">
<meta property="og:title" content="Pronghorn - AI-Powered Enterprise Application Platform">
<meta property="og:description" content="Transform unstructured requirements into traceable, compliant applications with Pronghorn's standards-first, agentic AI platform.">
<meta property="og:image" content="https://pronghorn.red/og-image.png">
<meta property="og:site_name" content="Pronghorn">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://pronghorn.red/">
<meta name="twitter:title" content="Pronghorn - AI-Powered Enterprise Application Platform">
<meta name="twitter:description" content="Transform unstructured requirements into traceable, compliant applications with Pronghorn's standards-first, agentic AI platform.">
<meta name="twitter:image" content="https://pronghorn.red/og-image.png">
<!-- Favicon and Icons -->
<link rel="icon" href="/pronghorn-favicon.png" type="image/png">
<link rel="icon" type="image/png" sizes="192x192" href="/pwa-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/pwa-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>