mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
CSV Export and API instructions
Added descriptions for usage of the site to the about page, including the first CSV export as well as instructions for using the API to search for sites programtically.
This commit is contained in:
@ -68,6 +68,17 @@ a:hover {
|
||||
border-bottom: 1px solid var(--secondary);
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
code {
|
||||
background: var(--secondary);
|
||||
color: var(--primary);
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
sup {
|
||||
background: var(--black);
|
||||
color: var(--white);
|
||||
|
Reference in New Issue
Block a user