|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta httpEquiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 7 | + |
| 8 | + <!-- SEO Meta Tags --> |
| 9 | + <meta name="title" content="Platform Blocks - Documentation" /> |
| 10 | + <meta name="description" content="A modern React Native component library with theme support and consistent design tokens. Learn how to build beautiful, accessible interfaces for iOS, Android, and Web." /> |
| 11 | + <meta name="keywords" content="React Native, UI Library, Components, Design System, TypeScript, Mobile, Web, Cross-platform" /> |
| 12 | + <meta name="author" content="Platform Blocks Team" /> |
| 13 | + |
| 14 | + <!-- Open Graph / Facebook --> |
| 15 | + <meta property="og:type" content="website" /> |
| 16 | + <meta property="og:url" content="https://platform-blocks.com/" /> |
| 17 | + <meta property="og:title" content="Platform Blocks - Documentation" /> |
| 18 | + <meta property="og:description" content="A modern React Native component library with theme support and consistent design tokens." /> |
| 19 | + <meta property="og:image" content="https://platform-blocks.com/og-image.jpg" /> |
| 20 | + <meta property="og:site_name" content="Platform Blocks" /> |
| 21 | + |
| 22 | + <!-- Twitter --> |
| 23 | + <meta property="twitter:card" content="summary_large_image" /> |
| 24 | + <meta property="twitter:url" content="https://platform-blocks.com/" /> |
| 25 | + <meta property="twitter:title" content="Platform Blocks - Documentation" /> |
| 26 | + <meta property="twitter:description" content="A modern React Native component library with theme support and consistent design tokens." /> |
| 27 | + <meta property="twitter:image" content="https://platform-blocks.com/og-image.jpg" /> |
| 28 | + |
| 29 | + <!-- Canonical URL --> |
| 30 | + <!-- Open Graph / Facebook --> |
| 31 | + <meta property="og:type" content="website" /> |
| 32 | + <meta property="og:url" content="https://platform-blocks.com/" /> |
| 33 | + <meta property="og:title" content="Platform Blocks - Documentation" /> |
| 34 | + <meta property="og:description" content="A modern React Native component library with theme support and consistent design tokens." /> |
| 35 | + <meta property="og:image" content="https://platform-blocks.com/og-image.jpg" /> |
| 36 | + <meta property="og:site_name" content="Platform Blocks" /> |
| 37 | + |
| 38 | + <!-- Twitter --> |
| 39 | + <!-- Twitter --> |
| 40 | + <meta property="twitter:card" content="summary_large_image" /> |
| 41 | + <meta property="twitter:url" content="https://platform-blocks.com/" /> |
| 42 | + <meta property="twitter:title" content="Platform Blocks - Documentation" /> |
| 43 | + <meta property="twitter:description" content="A modern React Native component library with theme support and consistent design tokens." /> |
| 44 | + <meta property="twitter:image" content="https://platform-blocks.com/og-image.jpg" /> |
| 45 | + |
| 46 | + <!-- Canonical URL --> |
| 47 | + <!-- Canonical URL --> |
| 48 | + <link rel="canonical" href="https://platform-blocks.com/" /> |
| 49 | + <title>Platform Blocks - Documentation</title> |
| 50 | + <!-- The `react-native-web` recommended style reset: https://necolas.github.io/react-native-web/docs/setup/#root-element --> |
| 51 | + <style id="expo-reset"> |
| 52 | + /* These styles make the body full-height */ |
| 53 | + html, |
| 54 | + body { |
| 55 | + height: 100%; |
| 56 | + } |
| 57 | + /* These styles disable body scrolling if you are using <ScrollView> */ |
| 58 | + body { |
| 59 | + overflow: hidden; |
| 60 | + } |
| 61 | + /* These styles make the root element full-height */ |
| 62 | + #root { |
| 63 | + display: flex; |
| 64 | + height: 100%; |
| 65 | + flex: 1; |
| 66 | + } |
| 67 | + </style> |
| 68 | + <link rel="icon" href="/favicon.ico" /></head> |
| 69 | + |
| 70 | + <body> |
| 71 | + <!-- Use static rendering with Expo Router to support running without JavaScript. --> |
| 72 | + <noscript> |
| 73 | + You need to enable JavaScript to run this app. |
| 74 | + </noscript> |
| 75 | + <!-- The root element for your Expo app. --> |
| 76 | + <div id="root"></div> |
| 77 | + <script src="/_expo/static/js/web/index-8f68fb7d3ec004e8b03c5bd1f01655ab.js" defer></script> |
| 78 | +</body> |
| 79 | +</html> |
0 commit comments