Skip to content

Commit 97c9287

Browse files
committed
test
1 parent bb36673 commit 97c9287

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

index.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,29 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Origami - The Future of Coding</title>
7+
<title>Origami - The Future of Coding | PHP's Velocity, Go's Power</title>
8+
<meta name="description"
9+
content="Origami is a modern hybrid scripting language that combines PHP's rapid development syntax with Go's high-performance concurrency model. Experience zero-cost interop, lightweight actors, and refined type safety." />
10+
<meta name="keywords"
11+
content="Origami, Programming Language, PHP, Go, Golang, Concurrency, Scripting Language, WebAssembly, WASM, High Performance, Actor Model" />
12+
<meta name="author" content="php-any" />
13+
14+
<!-- Open Graph / Facebook -->
15+
<meta property="og:type" content="website" />
16+
<meta property="og:url" content="https://php-any.github.io/" />
17+
<meta property="og:title" content="Origami - The Future of Coding | PHP's Velocity, Go's Power" />
18+
<meta property="og:description"
19+
content="Origami is a modern hybrid scripting language that combines PHP's rapid development syntax with Go's high-performance concurrency model. Experience zero-cost interop, lightweight actors, and refined type safety." />
20+
<meta property="og:image" content="https://php-any.github.io/favicon.svg" />
21+
22+
<!-- Twitter -->
23+
<meta property="twitter:card" content="summary_large_image" />
24+
<meta property="twitter:url" content="https://php-any.github.io/" />
25+
<meta property="twitter:title" content="Origami - The Future of Coding | PHP's Velocity, Go's Power" />
26+
<meta property="twitter:description"
27+
content="Origami is a modern hybrid scripting language that combines PHP's rapid development syntax with Go's high-performance concurrency model. Experience zero-cost interop, lightweight actors, and refined type safety." />
28+
<meta property="twitter:image" content="https://php-any.github.io/favicon.svg" />
29+
830
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
931
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
1032
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)