fixing home page title

This commit is contained in:
Abdenasser 2025-02-18 16:38:11 +01:00
parent e05a5718e2
commit 5ca2cc1f22

View File

@ -4,21 +4,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NeoHtop - Modern System Monitor for macOS</title>
<title>NeoHtop - Blazing-fast system monitoring for your desktop (built with Rust, Tauri & Svelte)</title>
<meta name="description"
content="A beautiful, efficient system monitor built with Rust and Svelte. Monitor processes, CPU, and memory usage in real-time with a modern interface.">
<meta name="keywords"
content="system monitor, task manager, macos, process monitor, cpu usage, memory usage, rust, svelte">
content="system monitor, task manager, cross-platform, process monitor, cpu usage, memory usage, rust, svelte">
<meta name="author" content="Your Name">
<meta property="og:type" content="website">
<meta property="og:url" content="https://abdenasser.github.io/neohtop/">
<meta property="og:title" content="NeoHtop - Modern System Monitor">
<meta property="og:title" content="NeoHtop - Blazing-fast system monitoring for your desktop">
<meta property="og:description"
content="A beautiful, efficient system monitor built with Rust and Svelte. Monitor processes, CPU, and memory usage in real-time.">
<meta property="og:image" content="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@__abdenasser">
<meta name="twitter:title" content="NeoHtop - Modern System Monitor">
<meta name="twitter:title" content="NeoHtop - Blazing-fast system monitoring for your desktop">
<meta name="twitter:description" content="A beautiful, efficient system monitor built with Rust and Svelte.">
<meta name="twitter:image" content="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png">
<link rel="icon" type="image/png" href="favicon.ico">