upd index.html

This commit is contained in:
2025-03-15 13:30:58 +01:00
parent 4bd5a8afd5
commit e7ec1c8d0c
3 changed files with 644 additions and 15 deletions

192
index.html Executable file → Normal file
View File

@@ -25,23 +25,24 @@
</head>
<body>
<h1>Directory Tree</h1><p>
[&nbsp;320]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../">.</a><br>
[&nbsp;17K]&nbsp;&nbsp;&nbsp;&nbsp;<a href=".././LICENSE">./LICENSE</a><br>
[&nbsp;&nbsp;37]&nbsp;&nbsp;&nbsp;&nbsp;<a href=".././README.md">./README.md</a><br>
[&nbsp;&nbsp;&nbsp;0]&nbsp;&nbsp;&nbsp;&nbsp;<a href=".././index.html">./index.html</a><br>
[&nbsp;512]&nbsp;&nbsp;&nbsp;&nbsp;<a href=".././linux/">./linux</a><br>
[&nbsp;&nbsp;96]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/XminiDeb/">./linux/XminiDeb</a><br>
[&nbsp;859]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/authorized_keys">./linux/authorized_keys</a><br>
[&nbsp;&nbsp;96]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/bin_amd64/">./linux/bin_amd64</a><br>
[&nbsp;53K]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/bin_amd64/./linux/bin_amd64/tmux-mem-cpu-load">./linux/bin_amd64/tmux-mem-cpu-load</a><br>
[&nbsp;288]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/deb11-ax61/">./linux/deb11-ax61</a><br>
[&nbsp;224]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/deb11-vps/">./linux/deb11-vps</a><br>
[&nbsp;256]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/deb11-x1y2/">./linux/deb11-x1y2</a><br>
[&nbsp;224]&nbsp;&nbsp;&nbsp;&nbsp;<a href="../linux/./linux/dosmo/">./linux/dosmo</a><br>
[&nbsp;288]&nbsp;&nbsp;&nbsp;&nbsp;<a href=".././macOS/">./macOS</a><br>
[&nbsp;320]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././">.</a><br>
├── [&nbsp;17K]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././LICENSE">LICENSE</a><br>
├── [&nbsp;&nbsp;37]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././README.md">README.md</a><br>
├── [&nbsp;52K]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././index.html">index.html</a><br>
├── [&nbsp;544]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/">linux</a><br>
│   ├── [&nbsp;&nbsp;96]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/XminiDeb/">XminiDeb</a><br>
│   ├── [&nbsp;859]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/authorized_keys">authorized_keys</a><br>
│   ├── [&nbsp;&nbsp;96]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/bin_amd64/">bin_amd64</a><br>
│   │   └── [&nbsp;53K]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/bin_amd64/tmux-mem-cpu-load">tmux-mem-cpu-load</a><br>
│   ├── [&nbsp;288]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/deb11-ax61/">deb11-ax61</a><br>
│   ├── [&nbsp;224]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/deb11-vps/">deb11-vps</a><br>
│   ├── [&nbsp;256]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/deb11-x1y2/">deb11-x1y2</a><br>
│   ├── [&nbsp;224]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/dosmo/">dosmo</a><br>
│   └── [9.8K]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././linux/index.html">index.html</a><br>
└── [&nbsp;288]&nbsp;&nbsp;&nbsp;&nbsp;<a href="././macOS/">macOS</a><br>
<br><br><p>
9 directories, 5 files
9 directories, 6 files
</p>
<hr>
@@ -51,5 +52,166 @@
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>