github pages

This commit is contained in:
Abdenasser 2024-10-30 22:04:59 +01:00
parent 4da838c09b
commit cdca8c9893

View File

@ -11,13 +11,13 @@
content="system monitor, task manager, macos, 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://yourusername.github.io/neohtop/">
<meta property="og:url" content="https://abdenasser.github.io/neohtop/">
<meta property="og:title" content="NeoHtop - Modern System Monitor">
<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="@yourusername">
<meta name="twitter:creator" content="@__abdenasser">
<meta name="twitter:title" content="NeoHtop - Modern System Monitor">
<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">
@ -106,19 +106,19 @@
</ul>
</div>
<div class="download-options">
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-universal.dmg"
<a href="https://github.com/abdenasser/neohtop/releases/latest/download/NeoHtop-universal.dmg"
class="download-button">
<span class="icon">⬇️</span>
Universal (Intel + Apple Silicon)
<span class="size">15.2 MB</span>
</a>
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-intel.dmg"
<a href="https://github.com/abdenasser/neohtop/releases/latest/download/NeoHtop-intel.dmg"
class="download-button">
<span class="icon">⬇️</span>
Intel Mac
<span class="size">14.8 MB</span>
</a>
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-silicon.dmg"
<a href="https://github.com/abdenasser/neohtop/releases/latest/download/NeoHtop-silicon.dmg"
class="download-button">
<span class="icon">⬇️</span>
Apple Silicon
@ -185,7 +185,7 @@
<footer>
<p>
<a href="https://github.com/yourusername/neohtop" class="github-link">View on GitHub</a>
<a href="https://github.com/abdenasser/neohtop" class="github-link">View on GitHub</a>
</p>
<p class="copyright">© 2024 NeoHtop</p>
</footer>