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/index.html

110 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/Product">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"
/>
<title>xplr</title>
<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" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
body,
iframe {
max-width: 840px;
margin: auto;
font-family: 'Share Tech Mono', monospace;
font-size: x-large;
line-height: 1.5;
height: auto;
}
body {
padding: 5px;
}
iframe,
img {
max-width: 100%;
}
#content {
text-align: center;
}
</style>
</head>
<body>
<div id="content">
<h1>xplr</h1>
<p>A hackable, minimal, fast TUI file explorer</p>
<a href="https://github.com/sayanarijit/xplr"
><img
src="https://s3.gifyu.com/images/xplr-0.5.0.gif"
alt="xplr demo"
border="0"
/></a>
<p class="links">
<a href="en">Documentation</a>
|
<a href="https://github.com/sayanarijit/xplr">Project Repository</a>
|
<a href="https://github.com/sayanarijit/xplr/releases">Releases</a>
|
<a href="https://discord.gg/JmasSPCcz3">Discord</a>
</p>
</div>
</body>
</html>