401.html 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-alpha.4
  5. * @link https://github.com/tabler/tabler
  6. * Copyright 2018-2019 The Tabler Authors
  7. * Copyright 2018-2019 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://tabler.io/license)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Page 401 - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
  17. <meta name="msapplication-TileColor" content="#206bc4"/>
  18. <meta name="theme-color" content="#206bc4"/>
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  20. <meta name="apple-mobile-web-app-capable" content="yes"/>
  21. <meta name="mobile-web-app-capable" content="yes"/>
  22. <meta name="HandheldFriendly" content="True"/>
  23. <meta name="MobileOptimized" content="320"/>
  24. <meta name="robots" content="noindex,nofollow,noarchive"/>
  25. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  26. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  27. <!-- Libs CSS -->
  28. <link href="./dist/libs/jqvmap/dist/jqvmap.min.css?1582373134" rel="stylesheet"/>
  29. <link href="./dist/libs/selectize/dist/css/selectize.css?1582373134" rel="stylesheet"/>
  30. <link href="./dist/libs/fullcalendar/core/main.min.css?1582373134" rel="stylesheet"/>
  31. <link href="./dist/libs/fullcalendar/daygrid/main.min.css?1582373134" rel="stylesheet"/>
  32. <link href="./dist/libs/fullcalendar/timegrid/main.min.css?1582373134" rel="stylesheet"/>
  33. <link href="./dist/libs/fullcalendar/list/main.min.css?1582373134" rel="stylesheet"/>
  34. <link href="./dist/libs/flatpickr/dist/flatpickr.min.css?1582373134" rel="stylesheet"/>
  35. <link href="./dist/libs/nouislider/distribute/nouislider.min.css?1582373134" rel="stylesheet"/>
  36. <link href="https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css" rel="stylesheet"/>
  37. <!-- Tabler Core -->
  38. <link href="./dist/css/tabler.min.css?1582373134" rel="stylesheet"/>
  39. <!-- Tabler Plugins -->
  40. <link href="./dist/css/tabler-flags.min.css?1582373134" rel="stylesheet"/>
  41. <link href="./dist/css/tabler-payments.min.css?1582373134" rel="stylesheet"/>
  42. <link href="./dist/css/tabler-buttons.min.css?1582373134" rel="stylesheet"/>
  43. <link href="./dist/css/demo.min.css?1582373134" rel="stylesheet"/>
  44. <style>
  45. body {
  46. display: none;
  47. }
  48. </style>
  49. </head>
  50. <body class="antialiased border-top-wide border-primary d-flex flex-column">
  51. <div class="flex-fill d-flex align-items-center justify-content-center">
  52. <div class="container-tight py-6">
  53. <div class="empty">
  54. <div class="empty-icon">
  55. <div class="display-4">401</div>
  56. </div>
  57. <p class="empty-title h3">Oops… You just found an error page</p>
  58. <p class="empty-subtitle text-muted">
  59. We are sorry but you are not authorized to access this page
  60. </p>
  61. <div class="empty-action">
  62. <a href="./." class="btn btn-primary">
  63. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
  64. Take me home
  65. </a>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. <!-- Libs JS -->
  71. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js?1582373134"></script>
  72. <script src="./dist/libs/jquery/dist/jquery.slim.min.js?1582373134"></script>
  73. <!-- Tabler Core -->
  74. <script src="./dist/js/tabler.min.js?1582373134"></script>
  75. <script>
  76. document.body.style.display = "block"
  77. </script>
  78. </body>
  79. </html>