first commit

This commit is contained in:
root
2026-03-14 09:49:00 +00:00
commit 708ff116e1
1958 changed files with 1718027 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
section p {
margin-bottom: 0;
}
section h5 {
margin-top: 1rem;
}
section code {
padding-left: 0;
}
.sourcecode {
margin-bottom: 1.25rem;
padding: 6px 10px;
background-color: #f4f4f4;
}
.sourcecode pre {
padding: 0;
font-size: 1em;
}
.sourcecode pre code {
background-color: #f4f4f4;
}