aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-09 21:56:08 +0800
committer简律纯 <i@jyunko.cn>2024-03-09 21:56:08 +0800
commit5d86176be8e5010f7f2ba65c2a5a256bc3c7aebb (patch)
tree65ab3710a71f241144257761f2a6f66bebfdeda0
parent9000764624436e37ba4ec7aceb47d62f25648c16 (diff)
downloadipm-server-5d86176be8e5010f7f2ba65c2a5a256bc3c7aebb.tar.gz
ipm-server-5d86176be8e5010f7f2ba65c2a5a256bc3c7aebb.zip
feat(site): rename 404.xsl to 404.html
-rw-r--r--404.html18
-rw-r--r--404.xsl19
2 files changed, 18 insertions, 19 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..0e05085
--- /dev/null
+++ b/404.html
@@ -0,0 +1,18 @@
+<HTML>
+
+<HEAD>
+ <TITLE>IPM PACKAGE SERVER</TITLE>
+</HEAD>
+
+<BODY bgcolor="white" text="navy">
+ <H1>INFINI RULE PACKAGES</H1>
+ <P>IPM has built-in support for dozens of packages and collections, as listed below. To use
+ these within IPM/INFINI we recommend that you use the IPM <TT>&gt;&gt;&gt;
+ ipm add</TT> command.</P>
+ <P>Sorry. No Content Found!</P>
+ <P><a href="/index">Back To The Index.</a></P>
+ <HR />
+ <A href="http://ipm.hydroroll.team/index">IPM PACKAGE SERVER</A>
+</BODY>
+
+</HTML> \ No newline at end of file
diff --git a/404.xsl b/404.xsl
deleted file mode 100644
index 5e45b74..0000000
--- a/404.xsl
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:template match="/ipm_package_data">
- <HTML>
- <HEAD>
- <TITLE>IPM PACKAGE SERVER</TITLE>
- </HEAD>
- <BODY bgcolor="white" text="navy">
- <H1>INFINI RULE PACKAGES</H1>
- <P>IPM has built-in support for dozens of packages and collections, as listed below.
- To use these within IPM/INFINI we recommend that you use the IPM <TT>&gt;&gt;&gt;
- ipm add</TT> command.</P>
- <P>Sorry. No Content Found!</P>
- <HR />
- <A href="http://ipm.hydroroll.team/index">IPM PACKAGE SERVER</A>
- </BODY>
- </HTML>
- </xsl:template>
-</xsl:stylesheet> \ No newline at end of file