Automated deployment: Thu Sep 23 11:20:15 UTC 2021 6ae7c96937

gh-pages
sayanarijit 3 years ago
parent c803098aaf
commit f34e8d6504

@ -1 +0,0 @@
xplr.dev

@ -1,20 +1,109 @@
<!DOCTYPE html>
<html>
<head>
<title>xplr book</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<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>
div {
margin: 18pt;
font-size: 24pt;
}
@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>
<h1>xplr book</h1>
<ul>
<li><a href="en/index.html">English</a></li>
</ul>
</body>
</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>

Loading…
Cancel
Save