mirror of
https://github.com/0x5t4l1n/Nex.git
synced 2026-05-26 11:35:53 +00:00
43 lines
1.3 KiB
HTML
43 lines
1.3 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="NexApp.zip" class="button" download="NexApp">Download for Linux</a>
|
|
|
|
</div>
|
|
<div class="os-card">
|
|
<h3>Windows</h3>
|
|
<p>Version: 1.0.0</p>
|
|
|
|
<a href="NexApp.zip" class="button" download="NexApp">Download for Linux</a>
|
|
|
|
</div>
|
|
<div class="os-card">
|
|
<h3>macOS</h3>
|
|
<p>Version: 1.0.0</p>
|
|
<a href="NexApp.zip" class="button" download="NexApp">Download for macOS</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© 2025 Nex Programming Language</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|