jokeapi.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!-- Direct copy of the file at ../discord.html, in case nginx redirects to this index file instead (because the "discord" folder exists now) -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="pagename" content="JokeAPI - Documentation">
  8. <meta name="application-name" content="JokeAPI - Documentation">
  9. <meta property="og:title" content="JokeAPI - Documentation">
  10. <meta name="description" content="JokeAPI is a REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods.">
  11. <meta name="twitter:card" content="JokeAPI is a REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods.">
  12. <meta property="og:description" content="JokeAPI is a REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods.">
  13. <meta name="HandheldFriendly" content="true">
  14. <meta name="copyright" content="Sv443 Network">
  15. <meta name="author" content="Sv443 Network ([email protected] - https://github.com/Sv443-Network)">
  16. <meta property="og:url" content="https://sv443.net/">
  17. <meta property="og:type" content="profile">
  18. <meta property="og:image" content="https://sv443.net/resources/images/jokeapi.png">
  19. <link rel="icon" href="https://sv443.net/resources/images/jokeapi.png">
  20. <meta http-equiv="refresh" content="1; URL=https://jokeapi.dev/">
  21. <title>JokeAPI - Documentation</title>
  22. <link rel="stylesheet" href="https://sv443.net/css/redirect.css">
  23. <!-- <link rel="stylesheet" href="../css/redirect.css"> -->
  24. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  25. <script src="https://sv443.net/js/redirect.js"></script>
  26. </head>
  27. <body onload="otheronload(); redirect('https://jokeapi.dev/');">
  28. <main>
  29. <a href="https://jokeapi.dev/" target="_self">
  30. <img id="logo" src="https://sv443.net/resources/images/jokeapi.png">
  31. </a>
  32. <h2>You are being redirected to JokeAPI</h2>
  33. <h3>If not, please <a href="https://jokeapi.dev/" target="_self">click here</a></h3>
  34. </main>
  35. </body>
  36. </html>