Files
webdl/www/404.html
Tomas 49be7a313b Added simple gui, bugfixes, error logging
- Removed large promise from Download, and turned it into a sole trigger
- Fixed a nasty bug that threw unresolved promises
- Added error callback for IDownload
2026-01-10 05:23:35 +01:00

10 lines
149 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404 - Not Found</title>
</head>
<body>
<h1>404 - Not Found</h1>
</body>
</html>