main beautify
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m11s

This commit is contained in:
2025-12-13 02:29:42 -03:00
parent 26101af13a
commit 3c42ca9668
37 changed files with 3175 additions and 0 deletions

17
public/print.css Normal file
View File

@@ -0,0 +1,17 @@
.navbar,
#generator .page-header,
#about,
#history,
#form,
#github,
#contact,
.footer {
display: none;
}
#showssid,
#showkey {
display: block;
word-wrap: break-word;
font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
}