Add a site outage page that we can use when the site is offline

This commit is contained in:
Chris Morgan
2007-08-21 00:45:47 +00:00
committed by WineHQ
parent 3e1af76f64
commit a65312f265

12
site_outage.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>AppDB temporarily offline</title>
</head>
<body>
<h1>Wine Application Database</h1>
<h3>Sorry, the AppDB is temporarily offline</h3>
<h3>While we are down you might want to checkout the main
<a href="http://www.winehq.org">WineHQ site</h3>
</body>
</html>