Files
Samuele E. Locatelli 858e323384 Update x redirect
2019-10-12 08:18:36 +02:00

19 lines
475 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Reset.aspx.cs" Inherits="GPW_Smart.Reset" %>
<!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></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h1>Reset applicativo</h1>
<asp:Label runat="server" ID="lblOut" />
</div>
</form>
</body>
</html>