Show documentation on server.

This commit is contained in:
2017-10-12 18:44:13 +01:00
parent cc99b6e714
commit 0a840b59ce
13 changed files with 225 additions and 79 deletions

View File

@@ -0,0 +1,13 @@
<%@ Page Language="C#" Inherits="DiscImageChef.Server.Default" %>
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head runat="server">
<link type='text/css' rel='stylesheet' href='dos.css' />
<title>DiscImageChef</title>
</head>
<body id="body" runat="server">
<h1 align="center">Welcome to <i><a href="http://github.com/claunia/discimagechef" target="_blank">DiscImageChef</a></i> Server version <asp:Label id="lblVersion" runat="server"/></h1>
</body>
</html>