215 lines
5.7 KiB
HTML
215 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<meta name="Author" content="Made by 'tree'">
|
||
<meta name="GENERATOR" content="tree v2.2.1 © 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
|
||
<title>Directory Tree</title>
|
||
<style type="text/css">
|
||
BODY { font-family : monospace, sans-serif; color: black;}
|
||
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
|
||
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
|
||
A:link { text-decoration : none; margin : 0px; padding : 0px;}
|
||
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
|
||
A:active { margin : 0px; padding : 0px;}
|
||
.VERSION { font-size: small; font-family : arial, sans-serif; }
|
||
.NORM { color: black; }
|
||
.FIFO { color: purple; }
|
||
.CHAR { color: yellow; }
|
||
.DIR { color: blue; }
|
||
.BLOCK { color: yellow; }
|
||
.LINK { color: aqua; }
|
||
.SOCK { color: fuchsia;}
|
||
.EXEC { color: green; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Directory Tree</h1><p>
|
||
[ 288] <a href="././">.</a><br>
|
||
├── [ 116] <a href="././.bash_profile">.bash_profile</a><br>
|
||
├── [3.9K] <a href="././.bashrc">.bashrc</a><br>
|
||
├── [ 718] <a href="././.gitconfig">.gitconfig</a><br>
|
||
├── [ 21] <a href="././.profile">.profile</a><br>
|
||
├── [ 192] <a href="././.ssh/">.ssh</a><br>
|
||
│ ├── [ 762] <a href="././.ssh/authorized_keys">authorized_keys</a><br>
|
||
│ ├── [1.0K] <a href="././.ssh/config">config</a><br>
|
||
│ ├── [ 106] <a href="././.ssh/id_ed25519_dosmo-desig.pub">id_ed25519_dosmo-desig.pub</a><br>
|
||
│ └── [ 745] <a href="././.ssh/id_rsa.pub">id_rsa.pub</a><br>
|
||
├── [1.1K] <a href="././.tmux.conf">.tmux.conf</a><br>
|
||
└── [4.0K] <a href="././.vimrc">.vimrc</a><br>
|
||
<br><br><p>
|
||
|
||
2 directories, 10 files
|
||
|
||
</p>
|
||
<hr>
|
||
<p class="VERSION">
|
||
tree v2.2.1 © 1996 - 2024 by Steve Baker and Thomas Moore <br>
|
||
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
|
||
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
|
||
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
|
||
</p>
|
||
<style>
|
||
body {
|
||
display: flex;
|
||
flex-direction: column;
|
||
max-width: 920px;
|
||
background: #fefefe;
|
||
margin: 0 auto;
|
||
padding: 1em 4em;
|
||
font-family: monospace;
|
||
}
|
||
|
||
html {
|
||
background: #f7f7f7;
|
||
font-size: inherit;
|
||
box-sizing: border-box;
|
||
font-size: 18px;
|
||
font-family: Mulish, Muli, "Avenir Next", Avenir, "Noto Sans", "Segoe UI",
|
||
sans-serif;
|
||
}
|
||
|
||
a:link,
|
||
a:visited {
|
||
text-decoration: none;
|
||
border-bottom: 1px dotted;
|
||
filter: saturate(0.55);
|
||
word-break: break-word;
|
||
}
|
||
|
||
a:hover,
|
||
a:focus {
|
||
filter: saturate(1);
|
||
border-bottom: 1px solid;
|
||
}
|
||
|
||
a[href^="http"]:after {
|
||
content: "";
|
||
display: inline-block;
|
||
transform: translate(0px, 2px);
|
||
width: 1em;
|
||
height: 1em;
|
||
margin-left: 2px;
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nIzU1NSc+PHBhdGggZD0nTTIwIDNoLTVhMSAxIDAgMSAwIDAgMmgzTDggMTRhMSAxIDAgMSAwIDIgMmw5LTEwdjNhMSAxIDAgMSAwIDIgMFY0YTEgMSAwIDAgMC0xLTF6TTUgM0wzIDV2MTRsMiAyaDE0bDItMnYtNmExIDEgMCAxIDAtMiAwdjZINVY1aDZhMSAxIDAgMSAwIDAtMkg1eicvPjwvc3ZnPg==");
|
||
background-size: cover;
|
||
}
|
||
|
||
*,
|
||
*::before,
|
||
*::after {
|
||
margin: 0;
|
||
padding: 0;
|
||
box-sizing: inherit;
|
||
}
|
||
|
||
::selection {
|
||
background-color: #b95555;
|
||
color: #fcfcfc;
|
||
}
|
||
|
||
hr {
|
||
margin-top: 1rem;
|
||
margin-bottom: 1rem;
|
||
border: 0;
|
||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||
}
|
||
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
p {
|
||
margin: 0.75em 0;
|
||
}
|
||
|
||
blockquote {
|
||
padding-left: 2rem;
|
||
background: white;
|
||
padding: 1.2rem 3.5rem;
|
||
position: relative;
|
||
margin: 1rem 0;
|
||
align-self: flex-start;
|
||
}
|
||
|
||
blockquote:before {
|
||
content: "“";
|
||
color: #e6e6e6;
|
||
font-size: 10rem;
|
||
position: absolute;
|
||
top: -4rem;
|
||
left: -0.2rem;
|
||
}
|
||
|
||
blockquote:after {
|
||
content: "„";
|
||
color: #e6e6e6;
|
||
font-size: 10rem;
|
||
position: absolute;
|
||
bottom: -2.6rem;
|
||
right: -0.2rem;
|
||
}
|
||
|
||
ol {
|
||
margin-left: 0.9em;
|
||
padding-left: 1em;
|
||
}
|
||
|
||
ol li {
|
||
padding-left: 0.1em;
|
||
}
|
||
|
||
ol li > ol {
|
||
padding-left: 0.1em;
|
||
margin-left: 0.9em;
|
||
}
|
||
|
||
ol li > ol li {
|
||
padding-left: 1px;
|
||
}
|
||
|
||
ul {
|
||
list-style-type: none;
|
||
margin-left: 1em;
|
||
margin-top: 0.33em;
|
||
}
|
||
|
||
ul ul {
|
||
margin-left: 0.5em;
|
||
}
|
||
|
||
li {
|
||
padding-left: 0.25rem;
|
||
margin-left: 1rem;
|
||
position: relative;
|
||
}
|
||
|
||
ul li:before {
|
||
content: "";
|
||
display: inline-block;
|
||
position: absolute;
|
||
background-size: contain;
|
||
background-repeat: no-repeat;
|
||
height: 0.7em;
|
||
width: 0.75em;
|
||
top: 0.4em;
|
||
left: -0.9em;
|
||
}
|
||
|
||
ul > li:nth-of-type(even):before,
|
||
ul > li:nth-of-type(even) > ul > li:before {
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cG9seWdvbiBmaWxsPScjMzMzJyBzdHJva2U9JyMzMzMnIHN0cm9rZS13aWR0aD0nMzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxNiwxNiA0MDEsMjM4IDE2LDQ2MScvPjwvc3ZnPg==");
|
||
}
|
||
|
||
ul > li:nth-of-type(odd):before,
|
||
ul > li:nth-of-type(odd) > ul > li:before {
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cG9seWdvbiBmaWxsPSdub25lJyBzdHJva2U9JyMwMDAnIHN0cm9rZS13aWR0aD0nMzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxNiwxNiA0MDEsMjM4IDE2LDQ2MScvPjwvc3ZnPg==");
|
||
}
|
||
|
||
p.VERSION {
|
||
display: none;
|
||
}
|
||
</style>
|
||
</body>
|
||
</html>
|