This commit is contained in:
dmitry-vsl
2024-12-12 14:54:01 +00:00
parent 0a26ac6fa5
commit f03d97ee1e
52 changed files with 99 additions and 17483 deletions

View File

@@ -50,7 +50,7 @@ const serve_response_from_dir = async event => {
let file
if(path == '__leporello_blank.html') {
file = ''
file = '<!doctype html>'
} else if(dir_handle != null) {
file = await read_file(dir_handle, path)
} else {