aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/404.xsl
diff options
context:
space:
mode:
Diffstat (limited to '404.xsl')
-rw-r--r--404.xsl19
1 files changed, 0 insertions, 19 deletions
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