errorPage.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="pagename" content="JokeAPI - Error">
  7. <meta charset="UTF-8">
  8. <meta name="pagename" content="JokeAPI - Error">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <meta name="HandheldFriendly" content="true">
  11. <meta name="description" content="A RESTful API that serves jokes from many categories while also offering a lot of filtering methods">
  12. <meta name="twitter:card" content="A RESTful API that serves jokes from many categories while also offering a lot of filtering methods">
  13. <meta name="subject" content="API">
  14. <meta name="copyright" content="Sv443 - Licensed under MIT license (https://sv443.net/LICENSE)">
  15. <meta name="author" content="Sv443, [email protected]">
  16. <meta property="og:title" content="JokeAPI">
  17. <meta property="og:url" content="https://jokeapi.dev/">
  18. <meta property="og:description" content="A RESTful API that serves jokes from many categories while also offering a lot of filtering methods">
  19. <meta property="og:image" content="https://jokeapi.dev/favicon.ico">
  20. <meta property="og:type" content="profile">
  21. <meta property="og:locale" content="en_US">
  22. <meta property="og:locale:alternate" content="en_GB">
  23. <meta property="og:locale:alternate" content="en_AU">
  24. <meta name="application-name" content="JokeAPI - Error">
  25. <meta name="theme-color" content="#101747">
  26. <title>JokeAPI - Error</title>
  27. <!-- JokeAPI ErrorPage Stylesheet: -->
  28. <link rel="stylesheet" href="./static/errorPage.css">
  29. <!-- JSLib: -->
  30. <script src="https://sv443.net/cdn/jsl/1.5.0.js"></script>
  31. <!-- JSCookie script -->
  32. <script src="https://cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.js"></script>
  33. <!-- JokeAPI-errorPage.js -->
  34. <script src="./static/errorPage.js"></script>
  35. </head>
  36. <body>
  37. <header>
  38. <div id="errorContainer">
  39. <h1 id="errCodeDisplay">(Loading...)</h1>
  40. <h3 id="errDetailDisplay">(Loading...)</h3>
  41. <br><br>
  42. <span id="errSubText"></span>
  43. </div>
  44. </header>
  45. </body>
  46. </html>