aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-09 21:53:15 +0800
committer简律纯 <i@jyunko.cn>2024-03-09 21:53:15 +0800
commit295d6e8d0aa1105db5c3742eade5d7ba18c56df9 (patch)
tree1df9248af7b2eb1e7c6d36aa0edb772fb11798ec
parent76a9c02584a0bb825b8d0c8b4ffc4e469e1f5b51 (diff)
downloadipm-server-295d6e8d0aa1105db5c3742eade5d7ba18c56df9.tar.gz
ipm-server-295d6e8d0aa1105db5c3742eade5d7ba18c56df9.zip
feat(site): add 404 pages
-rw-r--r--404.xsl19
1 files changed, 19 insertions, 0 deletions
diff --git a/404.xsl b/404.xsl
new file mode 100644
index 0000000..5e45b74
--- /dev/null
+++ b/404.xsl
@@ -0,0 +1,19 @@
+<?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