Initial import

This commit is contained in:
Paul Schneider 2014-07-16 20:35:03 +02:00
commit 04804b89a9
279 changed files with 12945 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<%@ Page language="c#" AutoEventWireup="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Server error</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<h1>Sorry</h1>
<p>The server is experiencing a problem with the page you requested. We apologize for
the inconvenience. We will resolve this issue shortly.</p>
</form>
</body>
</html>