tspace-nfs
Version:
tspace-nfs is a Network File System (NFS) and provides both server and client capabilities for accessing files over a network.
3 lines (2 loc) • 2.02 kB
TypeScript
declare const html = "\n\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"color-scheme\" content=\"light dark\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n <title>Page not found</title>\n <style>\n body {\n color: #b6b6b6;\n word-wrap: break-word;\n }\n .content {\n box-sizing: border-box;\n font-size: 1em;\n line-height: 1.6em;\n margin: 14vh auto 0;\n max-width: 600px;\n width: 100%;\n }\n .icon {\n display: inline-block;\n }\n .icon-generic {\n content: -webkit-image-set(\n url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII=) 1x,\n url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAFJJREFUeF7t0cENgDAMQ9FwYgxG6WjpaIzCCAxQxVggFuDiCvlLOeRdHR9yzjncHVoq3npu+wQUrUuJHylSTmBaespJyJQoObUeyxDQb3bEm5Au81c0pSCD8HYAAAAASUVORK5CYII=) 2x);\n }\n </style>\n </head>\n <body style=\"font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 75%\">\n <div class=\"content\">\n <div>\n <div class=\"icon icon-generic\"></div>\n <h1 style=\"padding-top: 2rem;\">\n <span>Your URL couldn\u2019t be accessed</span>\n </h1>\n <p>We're sorry, we couldn't find the page you requested.</p>\n <div class=\"error-code\">ERR_NOT_FOUND !!</div>\n </div>\n </div>\n </body>\n</html>\n";
export default html;