Files
admodelling.org/INTERFACE/WebLCP/DoChecks.aspx
T
2019-10-18 16:13:08 +02:00

18 lines
416 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>DoCheck PAGE</title>
</head>
<body>
<form id="form1" runat="server">
<div>
OK
</div>
</form>
</body>
</html>