|
@@ -0,0 +1,42 @@
|
|
|
|
+<!-- Direct copy of the file at ../discord.html, in case nginx redirects to this index file instead (because the "discord" folder exists now) -->
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html lang="en">
|
|
|
|
+ <head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
+ <meta name="pagename" content="JokeAPI - Documentation">
|
|
|
|
+ <meta name="application-name" content="JokeAPI - Documentation">
|
|
|
|
+ <meta property="og:title" content="JokeAPI - Documentation">
|
|
|
|
+ <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.">
|
|
|
|
+ <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.">
|
|
|
|
+ <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.">
|
|
|
|
+
|
|
|
|
+ <meta name="HandheldFriendly" content="true">
|
|
|
|
+ <meta name="copyright" content="Sv443 Network">
|
|
|
|
+ <meta name="author" content="Sv443 Network ([email protected] - https://github.com/Sv443-Network)">
|
|
|
|
+ <meta property="og:url" content="https://sv443.net/">
|
|
|
|
+ <meta property="og:type" content="profile">
|
|
|
|
+
|
|
|
|
+ <meta property="og:image" content="https://sv443.net/resources/images/jokeapi.png">
|
|
|
|
+ <link rel="icon" href="https://sv443.net/resources/images/jokeapi.png">
|
|
|
|
+
|
|
|
|
+ <meta http-equiv="refresh" content="1; URL=https://jokeapi.dev/">
|
|
|
|
+
|
|
|
|
+ <title>JokeAPI - Documentation</title>
|
|
|
|
+
|
|
|
|
+ <link rel="stylesheet" href="https://sv443.net/css/redirect.css">
|
|
|
|
+ <!-- <link rel="stylesheet" href="../css/redirect.css"> -->
|
|
|
|
+
|
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
|
|
|
|
+ <script src="https://sv443.net/js/redirect.js"></script>
|
|
|
|
+ </head>
|
|
|
|
+ <body onload="otheronload(); redirect('https://jokeapi.dev/');">
|
|
|
|
+ <main>
|
|
|
|
+ <a href="https://jokeapi.dev/" target="_self">
|
|
|
|
+ <img id="logo" src="https://sv443.net/resources/images/jokeapi.png">
|
|
|
|
+ </a>
|
|
|
|
+ <h2>You are being redirected to JokeAPI</h2>
|
|
|
|
+ <h3>If not, please <a href="https://jokeapi.dev/" target="_self">click here</a></h3>
|
|
|
|
+ </main>
|
|
|
|
+ </body>
|
|
|
|
+</html>
|