Files
Samuele E. Locatelli 6a8aa400c5 update x doChecks
2019-10-18 17:27:10 +02:00

16 lines
410 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DoChecks.aspx.cs" Inherits="WebLCP.DoChecks" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>TaskPage</title>
</head>
<body>
<form id="form1" runat="server">
<div>
OK
</div>
</form>
</body>
</html>