2024-10-30 21:53:17 +01:00

80 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NeoHtop - Modern System Monitor</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="hero">
<img src="../app-icon.png" alt="NeoHtop Logo" class="logo">
<h1>NeoHtop</h1>
<p class="tagline">A modern, cross-platform system monitor</p>
</div>
<div class="screenshot">
<img src="../screenshot.jpg" alt="NeoHtop Screenshot" class="screenshot-img">
</div>
<div class="downloads">
<h2>Download for macOS</h2>
<div class="download-options">
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-universal.dmg"
class="download-button">
<span class="icon">⬇️</span>
Universal (Intel + Apple Silicon)
</a>
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-intel.dmg"
class="download-button">
<span class="icon">⬇️</span>
Intel Mac
</a>
<a href="https://github.com/yourusername/neohtop/releases/latest/download/NeoHtop-silicon.dmg"
class="download-button">
<span class="icon">⬇️</span>
Apple Silicon
</a>
</div>
<p class="version">Latest version: v0.1.0</p>
</div>
<div class="features">
<h2>Features</h2>
<div class="feature-grid">
<div class="feature">
<span class="emoji">🚀</span>
<h3>Real-time Monitoring</h3>
<p>Track system processes in real-time</p>
</div>
<div class="feature">
<span class="emoji">🎨</span>
<h3>Modern UI</h3>
<p>Beautiful interface with dark/light themes</p>
</div>
<div class="feature">
<span class="emoji">🔍</span>
<h3>Smart Search</h3>
<p>Quick process search and filtering</p>
</div>
<div class="feature">
<span class="emoji">📌</span>
<h3>Process Pinning</h3>
<p>Keep important processes in view</p>
</div>
</div>
</div>
<footer>
<p>
<a href="https://github.com/yourusername/neohtop" class="github-link">View on GitHub</a>
</p>
<p class="copyright">© 2024 NeoHtop</p>
</footer>
</main>
</body>
</html>