8 lines
478 B
Plaintext
8 lines
478 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="Unauth.aspx.cs" Inherits="MedPred.Unauth" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
|
<h1>Accesso non autorizzato</h1>
|
|
Attenzione, accesso non autorizzato all'applicazione, prego richiedere autorizzazione al responsabile.
|
|
</asp:Content>
|