mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="../../assets/icon/xplr64.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>xplr</title>
|
|
<!-- ------------- SEO TAGS --------------------->
|
|
<meta name="title" content="xplr" />
|
|
<meta name="description" content="A hackable, minimal, fast TUI file explorer" /> </head>
|
|
|
|
<body>
|
|
<h1>xplr</h1>
|
|
<div class="main-page">
|
|
<div class="para">
|
|
<p> <span style="font-size: 4rem;">A</span> hackable, minimal, fast TUI file explorer</p>
|
|
<br> </div>
|
|
<div class="main-video"> <img src="https://s3.gifyu.com/images/xplr-0.5.0.gif" alt="" width="100%"> </div>
|
|
</div>
|
|
<div class="links">
|
|
<a href="https://xplr.dev/en/" target="_blank">
|
|
<div class="linkCad mrgL"> <img src="../../assets/version2_icons/document_logo.png" alt="" width="35%">
|
|
<p>Documentation</p>
|
|
</div>
|
|
</a>
|
|
<a href="https://github.com/sayanarijit/xplr" target="_blank">
|
|
<div class="linkCad mrgR"> <img src="../../assets/version2_icons/pr_logo.png" alt="" width="40%">
|
|
<p>Project Repository</p>
|
|
</div>
|
|
</a>
|
|
<a href="https://github.com/sayanarijit/xplr/releases" target="_blank">
|
|
<div class="linkCad mrgL"> <img src="../../assets/version2_icons/release_logo.png" alt="" width="35%">
|
|
<p>Releases</p>
|
|
</div>
|
|
</a>
|
|
<a href="https://discord.com/invite/JmasSPCcz3" target="_blank">
|
|
<div class="linkCad mrgR"> <img src="../../assets/version2_icons/disc_logo.png" alt="" width="40%">
|
|
<p>Discord</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |