Update API

j 2024-06-22 10:14:56 +00:00
parent 7ee29471b5
commit 3765f35df5

16
API.md

@ -52,10 +52,26 @@ To use the API you can use Ox.App if you use Ox.js, or look at [pandora_client](
})
</script>
<style>
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
font-family: sans-serif;
}
img {
object-fit: contain;
}
div > div {
display: flex;
gap: 8px;
}
@media screen and (max-width: 799px){
div > div {
flex-direction: column;
}
}
</style>
</head>
<body>