-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
59 lines (59 loc) · 2.82 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
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" type="image/png" href="/assets/brand/tigrcorn/tigrcorn-favicon-v3.png" />
<link rel="apple-touch-icon" href="/assets/brand/tigrcorn/tigrcorn-favicon-v3.png" />
<meta name="description" content="Run Python services over HTTP/1.1, HTTP/2, HTTP/3, QUIC, and WebSocket with explicit operational controls." />
<link rel="canonical" href="https://tigrcorn.com/" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link rel="alternate" type="text/markdown" title="Tigrcorn AI summary" href="/llms.txt" />
<link rel="alternate" type="text/markdown" title="Tigrcorn full AI reference" href="/llms-full.txt" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Tigrcorn" />
<meta property="og:title" content="Tigrcorn — Modern ASGI3 Python Web Server" />
<meta property="og:description" content="Run Python services over modern protocols with explicit operational controls." />
<meta property="og:url" content="https://tigrcorn.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tigrcorn — Modern ASGI3 Python Web Server" />
<meta name="twitter:description" content="Run Python services over modern protocols with explicit operational controls." />
<title>Tigrcorn — Modern ASGI3 Python Web Server</title>
<script id="json-ld-schema" type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://tigrcorn.com/#organization",
"name": "Tigrcorn Project",
"url": "https://tigrcorn.com/",
"logo": "https://tigrcorn.com/favicon.svg",
"sameAs": ["https://github.com/tigrbl/tigrcorn", "https://discord.gg/jzvrbEtTtt"]
},
{
"@type": "SoftwareApplication",
"@id": "https://tigrcorn.com/#software",
"name": "Tigrcorn",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Linux, macOS, Windows",
"softwareVersion": "0.3.17",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"downloadUrl": "https://pypi.org/project/tigrcorn/"
},
{
"@type": "WebSite",
"@id": "https://tigrcorn.com/#website",
"name": "Tigrcorn",
"url": "https://tigrcorn.com/"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>