浏览代码

Added docs redirect links for JokeAPI, SCL and Teng

Sven 3 年之前
父节点
当前提交
b5ac442346
共有 5 个文件被更改,包括 132 次插入35 次删除
  1. 6 0
      css/redirect.css
  2. 0 35
      discord/index.html
  3. 42 0
      docs/jokeapi.html
  4. 42 0
      docs/scl.html
  5. 42 0
      docs/teng.html

+ 6 - 0
css/redirect.css

@@ -30,6 +30,12 @@ main {
     text-align: center;
 }
 
+img#logo {
+    display: block;
+    height: 250px;
+    margin-bottom: 25px;
+}
+
 h1 {
     margin: 26px 0;
 }

+ 0 - 35
discord/index.html

@@ -1,35 +0,0 @@
-<!-- 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="Sv443 Network Discord Server">
-    <meta name="application-name" content="Sv443 Network Discord Server">
-    <meta property="og:title" content="Sv443 Network Discord Server">
-    <meta name="description" content="Visit this website to join the official Sv443 Network Discord server.">
-    <meta name="twitter:card" content="Visit this website to join the official Sv443 Network Discord server.">
-    <meta property="og:description" content="Visit this website to join the official Sv443 Network Discord server.">
-
-    <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/Sv443NetworkIcon.png">
-    <link rel="icon" href="https://sv443.net/resources/images/Sv443NetworkIcon.png">
-
-    <meta http-equiv="refresh" content="1; URL=https://discord.gg/aBH4uRG">
-    <title>Sv443 - Discord</title>
-    <link rel="stylesheet" href="https://sv443.net/css/redirect.css">
-    <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
-    <script type="text/javascript" src="https://sv443.net/js/redirect.js"></script>
-</head>
-<body onload="otheronload(); redirect('https://discord.gg/aBH4uRG');">
-    <main>
-        <h2>You are being redirected to Discord.</h2>
-        <h3>If not, please <a href="https://discord.gg/aBH4uRG" target="_self">click here</a></h3>
-    </main>
-</body>
-</html>

+ 42 - 0
docs/jokeapi.html

@@ -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>

+ 42 - 0
docs/scl.html

@@ -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="SvCoreLib - Documentation">
+        <meta name="application-name" content="SvCoreLib - Documentation">
+        <meta property="og:title" content="SvCoreLib - Documentation">
+        <meta name="description" content="SvCoreLib is a core library used in almost all of the Sv443 Network's projects. Feel free to use it if you want to, it contains a lot of very useful features.">
+        <meta name="twitter:card" content="SvCoreLib is a core library used in almost all of the Sv443 Network's projects. Feel free to use it if you want to, it contains a lot of very useful features.">
+        <meta property="og:description" content="SvCoreLib is a core library used in almost all of the Sv443 Network's projects. Feel free to use it if you want to, it contains a lot of very useful features.">
+
+        <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/svcorelib.png">
+        <link rel="icon" href="https://sv443.net/resources/images/svcorelib.png">
+
+        <meta http-equiv="refresh" content="1; URL=https://github.com/Sv443-Network/SvCoreLib/blob/master/docs.md#readme">
+
+        <title>SvCoreLib - 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://github.com/Sv443-Network/SvCoreLib/blob/master/docs.md#readme');">
+        <main>
+            <a href="https://github.com/Sv443-Network/SvCoreLib/blob/master/docs.md#readme" target="_self">
+                <img id="logo" src="https://sv443.net/resources/images/svcorelib.png">
+            </a>
+            <h2>You are being redirected to SvCoreLib on GitHub</h2>
+            <h3>If not, please <a href="https://github.com/Sv443-Network/SvCoreLib/blob/master/docs.md#readme" target="_self">click here</a></h3>
+        </main>
+    </body>
+</html>

+ 42 - 0
docs/teng.html

@@ -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="Teng - Documentation">
+        <meta name="application-name" content="Teng - Documentation">
+        <meta property="og:title" content="Teng - Documentation">
+        <meta name="description" content="JokeAPI is a 2D command line game engine written in and for TypeScript.">
+        <meta name="twitter:card" content="JokeAPI is a 2D command line game engine written in and for TypeScript.">
+        <meta property="og:description" content="JokeAPI is a 2D command line game engine written in and for TypeScript.">
+
+        <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/townly.png">
+        <link rel="icon" href="https://sv443.net/resources/images/townly.png">
+
+        <meta http-equiv="refresh" content="1; URL=https://github.com/Sv443/Teng/blob/main/docs/home.md#readme">
+
+        <title>Teng - 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://github.com/Sv443/Teng/blob/main/docs/home.md#readme');">
+        <main>
+            <a href="https://github.com/Sv443/Teng/blob/main/docs/home.md#readme" target="_self">
+                <img id="logo" src="https://sv443.net/resources/images/townly.png">
+            </a>
+            <h2>You are being redirected to Teng on GitHub</h2>
+            <h3>If not, please <a href="https://github.com/Sv443/Teng/blob/main/docs/home.md#readme" target="_self">click here</a></h3>
+        </main>
+    </body>
+</html>