|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <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 | + |
8 | 30 | <link rel="icon" type="image/svg+xml" href="/favicon.svg"> |
9 | 31 | <script src="https://cdn.tailwindcss.com?plugins=typography"></script> |
10 | 32 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
0 commit comments