|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <meta charset="utf-8" /> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>BlazorExpress.ChartJS.Demo.WebAssembly</title> |
| 5 | + <meta name="title" content="BlazorExpress.ChartJs | Interactive Demos & Production-Ready Blazor Charts"> |
| 6 | + <meta name="description" content="Explore live demos of BlazorExpress.ChartJs. A high-performance, production-ready charting library for Blazor built on Chart.js. Seamless C# integration for beautiful data visualization."> |
| 7 | + <meta name="keywords" content="Blazor, Chart.js, C#, .NET, Data Visualization, Blazor Components, Interactive Charts, BlazorExpress"> |
| 8 | + <meta name="author" content="BlazorExpress Team"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | + |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://chartjs.blazorexpress.com/"> |
| 13 | + <meta property="og:title" content="BlazorExpress.ChartJs | Production-Ready Blazor Charts"> |
| 14 | + <meta property="og:description" content="Build stunning, interactive charts in Blazor with the power of Chart.js. Check out our live component demos."> |
| 15 | + <meta property="og:image" content="_content/BlazorExpress.ChartJS.Demo.RCL/images/line-chart.png"> |
| 16 | + |
| 17 | + <meta property="twitter:card" content="summary_large_image"> |
| 18 | + <meta property="twitter:url" content="https://chartjs.blazorexpress.com/"> |
| 19 | + <meta property="twitter:title" content="BlazorExpress.ChartJs | Production-Ready Blazor Charts"> |
| 20 | + <meta property="twitter:description" content="Stop fighting with JS interop. Use BlazorExpress.ChartJs for native-feeling C# chart components."> |
| 21 | + <meta property="twitter:image" content="_content/BlazorExpress.ChartJS.Demo.RCL/images/line-chart.png"> |
| 22 | + |
8 | 23 | <base href="/" /> |
| 24 | + <link rel="preload" id="webassembly" /> |
9 | 25 | <link rel="icon" type="image/png" href="favicon.png" /> |
10 | 26 |
|
11 | 27 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css"> |
|
0 commit comments