Monotone Arbeit nervt!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

2 years ago
  1. <!doctype html>
  2. <html lang="{{ lang }}">
  3. <head>
  4. <title>{{ "error_title"|tr(lang) }}</title>
  5. <meta charset="utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="{{ "meta_description"|tr(lang) }}" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon.ico" />
  10. <link rel="stylesheet" href="/assets/index.css?v=1.0" />
  11. <link rel="stylesheet" href="/assets/cloud.css?v=1.0" />
  12. <body>
  13. <div class="flex page-heading error fullheight">
  14. <div class="flex page-heading-text">
  15. <div>
  16. <h1 class="title">{{ "error_title"|tr(lang) }}</h1>
  17. <h2 class="title">{{ "error_description"|tr(lang) }}</h2>
  18. <h3 class="title">{{ error_msg|tr(lang) }}</h3>
  19. <p class="title">{{ "error_note1"|tr(lang) }}</h3>
  20. <p class="title">{{ "error_note2"|tr(lang) }}</h3>
  21. </div>
  22. </div>
  23. <div class="flex">
  24. <a class="ncstyle-button error c-button" href="/">{{ "error_back"|tr(lang) }}</a>
  25. </div>
  26. </div>
  27. </body>
  28. </html>