mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
68 lines
2.9 KiB
HTML
68 lines
2.9 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>
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://xplr.dev/" />
|
|
<meta name="twitter:title" content="xplr" />
|
|
<meta name="twitter:description" content="A hackable, minimal, fast TUI file explorer" />
|
|
<meta name="twitter:image" content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png" />
|
|
<meta name="twitter:site" content="https://xplr.dev" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://xplr.dev/" />
|
|
<meta property="og:title" content="xplr" />
|
|
<meta property="og:description" content="A hackable, minimal, fast TUI file explorer" />
|
|
<meta property="og:image" content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png" />
|
|
<meta property="og:image:alt" content="A hackable, minimal, fast TUI file explorer" />
|
|
|
|
<meta itemprop="name" content="xplr" />
|
|
<meta itemprop="description" content="A hackable, minimal, fast TUI file explorer" />
|
|
|
|
<link rel="icon" type="image/png" href="https://s3.gifyu.com/images/icon2194563908b29554.png" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<body>
|
|
|
|
<div class="main-page">
|
|
<div class="para">
|
|
<h1>xplr</h1>
|
|
<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/homepage_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/homepage_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/homepage_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/homepage_icons/disc_logo.png" alt="" width="40%">
|
|
<p>Discord</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |