REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

@@ -36,10 +36,13 @@
<html>
<meta charset="UTF-8">
<head runat="server">
<link type='text/css' rel='stylesheet' href='dos.css' />
<link href='dos.css' rel='stylesheet' type='text/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>
<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>
</html>