Author: dom Date: 2010-01-22 23:35:52 +0000 (Fri, 22 Jan 2010) New Revision: 1276
Added: website/publish/gone.shtml Modified: website/publish/ Log: merge to publish
Property changes on: website/publish ___________________________________________________________________ Added: svn:mergeinfo + /website/preview:1265-1275
Copied: website/publish/gone.shtml (from rev 1275, website/preview/gone.shtml) =================================================================== --- website/publish/gone.shtml (rev 0) +++ website/publish/gone.shtml 2010-01-22 23:35:52 UTC (rev 1276) @@ -0,0 +1,42 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html lang="en-gb"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>OpenGuides - Project Information</title> + <link rel="stylesheet" type="text/css" href="css/openguides.css"> + <link rel="stylesheet" media="all" type="text/css" href="css/dropdown.css"> + + <!--[if lte IE 6]> + <link rel="stylesheet" media="all" type="text/css" href="css/dropdown_ie.css"> + <![endif]--> + +</head> +<body> + + <!--#include virtual="includes/header.inc" --> + + <!--#include virtual="includes/sidebar.shtml" --> + + + <div style="text-align: center"> + <div id="main_text"> + <!-- ENTER SOME CONTENT!--> + + + <h1>The OpenGuides Project</h1> + + We're sorry, but the guide that you have visited is no longer up + and running. Please visit the other links on this page to find out + more about the OpenGuides project and perhaps visit some of our other + guides. + + <!-- OK YOU CAN STOP NOW --> + </div> + </div> +<!-- end content --> + + <!--#include virtual="includes/footer.inc" --> + +</body> +</html> +
openguides-commits@lists.openguides.org