Files
Nex/download.html
2025-01-30 14:17:13 +05:30

43 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download Nex Compiler</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Download Nex Compiler</h1>
</header>
<main>
<section>
<h2>Choose Your Operating System</h2>
<div class="os-container">
<div class="os-card">
<h3>Linux</h3>
<p>Version: 1.0.0</p>
<a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for Linux</a>
</div>
<div class="os-card">
<h3>Windows</h3>
<p>Version: 1.0.0</p>
<a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for Linux</a>
</div>
<div class="os-card">
<h3>macOS</h3>
<p>Version: 1.0.0</p>
<a href="https://drive.google.com/file/d/1Fy6eM_6rNepAxTcMIAflpqWXABupCZR7/view?usp=sharing" class="button" download="NexApp">Download for macOS</a>
</div>
</div>
</section>
</main>
<footer>
<p>&copy; 2025 Nex Programming Language</p>
</footer>
</body>
</html>