diff options
Diffstat (limited to 'apache/ErrorDocument/head.shtml')
-rw-r--r-- | apache/ErrorDocument/head.shtml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/apache/ErrorDocument/head.shtml b/apache/ErrorDocument/head.shtml new file mode 100644 index 0000000..8687c27 --- /dev/null +++ b/apache/ErrorDocument/head.shtml @@ -0,0 +1,32 @@ + + +<!--#if expr="\"$SERVER_NAME\" = /.*\.bitbase\.dk/" +--><!--#set var="IMG_logo" value="http://styles.bitbase.dk/coc/bitbase_logo.gif" +--><!--#set var="ALT_logo" value="Bitbase" +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/coc/bitbase.css" +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/coc/bitbase.css" +--><!--#else +--><!--#set var="IMG_logo" value="http://$SERVER_NAME:$SERVER_PORT/icons/debian/button-1.gif" +--><!--#set var="ALT_logo" value="Powered by Linux!" +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_anim.gif" +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_pb.gif" +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/null.css" +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/null.css" +--><!--#endif +--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" --> +</TITLE> +<LINK rel="StyleSheet" href="<!--#echo var="CSS_nn_default" -->" type="text/css"> +<STYLE type="text/css"> +@import url("<!--#echo var="CSS_ie_default" -->"); +</STYLE> +</HEAD> +<BODY><UL> +<H1 ALIGN="center"> +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" --> +</H1> +<HR><!-- ======================================================== --> +<DIV> |