/** * Alapértelmezett "Page not found" (404) HTML, amit a static client default fallbackjaként * szolgálunk ki, ha nincs fallbackPath (nem-SPA mód) és a kérés nem egy létező static fájlra mutat. */ export const DyNTS_defaultNotFoundPageHtml: string = '\n' + '\n' + '
\n' + ' \n' + ' \n' + 'The requested resource could not be found.
\n' + '\n' + '\n';