mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
6 lines
152 B
Text
6 lines
152 B
Text
|
|
function handleRequest(request, response)
|
||
|
|
{
|
||
|
|
response.processAsync();
|
||
|
|
response.setHeader("Content-Type", "text/css", false);
|
||
|
|
response.write("");
|
||
|
|
}
|