27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="MP_IO.Default" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>MoonPro IO Landing Page</h1>
|
|
Questo sito e queste pagine di servizio sono riservate all'uso dei dispositivi di acquisizione MapoIOB<br />
|
|
<br />
|
|
per una semplice diagnostica dello stato degli acquisitori consultare <a href="status.aspx">questa pagina</a><br />
|
|
<br />
|
|
<em>Note setup: <b>possono essere</b> sono necessari più siti reali (es: MP-IO e MP-IO-2) e 1 sito virtuale (MPIO) che punti normalmente al primo ed al secondo in fase di web.deploy</em>
|
|
<br />
|
|
<hr />
|
|
<div style="float: right;">
|
|
<asp:Label runat="server" ID="lblVers" Text="..." Font-Size="8pt" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|