1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"/> <title>Not found</title> <style> body { font-family: 'sans-serif'; } </style> </head> <body> <h1>404 – Not found</h1> <script src="{{ control_path }}/client.js" defer></script> </body> </html>