|
7 | 7 | <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> |
| 10 | + |
| 11 | + <!-- Twitter Cards --> |
| 12 | + <meta name="twitter:title" content="mulle-objc Project"> |
| 13 | + <meta name="twitter:description" content="+[mulle-objc goals] |
| 14 | + Improve and maintain Objective-C for use in the next decades |
| 15 | + Run everywhere C runs |
| 16 | + Everything faster than everyone else |
| 17 | + Enable static linking |
| 18 | + Enable massive threading |
| 19 | + The runtime should be completely unloadable |
| 20 | + Should work in real time applications |
| 21 | + No magic |
| 22 | + Keep the Spirit of C..."> |
| 23 | + <meta name="twitter:site" content="@mulle_nat"> |
| 24 | + <meta name="twitter:creator" content="@mulle_nat"> |
| 25 | + |
| 26 | + <meta name="twitter:card" content="summary_large_image"> |
| 27 | + <meta name="twitter:image" content="https://mulle-objc.github.io/pix/default-thumb.png"> |
| 28 | + |
| 29 | + <!-- Open Graph --> |
| 30 | + <meta property="og:locale" content="en_US"> |
| 31 | + <meta property="og:type" content="article"> |
| 32 | + <meta property="og:title" content="Intro"> |
| 33 | + <meta property="og:description" content="+[mulle-objc goals] |
| 34 | + Improve and maintain Objective-C for use in the next decades |
| 35 | + Run everywhere C runs |
| 36 | + Everything faster than everyone else |
| 37 | + Enable static linking |
| 38 | + Enable massive threading |
| 39 | + The runtime should be completely unloadable |
| 40 | + Should work in real time applications |
| 41 | + No magic |
| 42 | + Keep the Spirit of C..."> |
| 43 | + <meta property="og:url" content="https://mulle-objc.github.io"> |
| 44 | + <meta property="og:site_name" content="mulle-objc Project"> |
| 45 | + <meta property="og:image" content="https://mulle-objc.github.io/pix/default-thumb.png"> |
| 46 | + <meta property="og:logo" content="https://mulle-objc.github.io/pix/mulle-objc-logo-opaque-48x48.png"> |
| 47 | + |
| 48 | + |
10 | 49 | <style> |
11 | 50 | .dennis-wrapper { |
12 | 51 | overflow: hidden; |
|
0 commit comments