mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
|
|
<%@ Page Language="C#" Inherits="DiscImageChef.Server.ViewReport" %>
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head runat="server">
|
||
|
|
<title>ViewReport</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form id="form1" runat="server">
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|