Initial commit

This commit is contained in:
orin
2023-12-02 20:12:40 +01:00
commit 822e56506a
11 changed files with 1035 additions and 0 deletions

16
css/style.css Normal file
View File

@@ -0,0 +1,16 @@
#search-builds-query,
#language-selection-select {
width: 100%;
}
#download-info {
margin-bottom: 2rem;
}
table {
text-align: revert;
}
.hidden {
display: none;
}