You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/docs/index.html

118 lines
3.3 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"
/>
<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" />
</head>
<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 />
<p><a href="/en/install.html">Try or Install</a></p>
</div>
<div class="main-video">
<iframe
src="https://www.youtube.com/embed/Hk6sPhMBOLY"
width="100%"
height="480"
frameborder="0"
allowfullscreen=""
>
</iframe>
</div>
</div>
<div class="links">
<a href="/en/">
<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">
<div class="linkCad mrgR">
<img src="/assets/homepage_icons/pr_logo.png" alt="" width="40%" />
<p>Source Code</p>
</div>
</a>
<a href="https://github.com/sayanarijit/xplr/releases">
<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">
<div class="linkCad mrgR">
<img src="/assets/homepage_icons/disc_logo.png" alt="" width="40%" />
<p>Discord</p>
</div>
</a>
</div>
</body>
</html>