Files
Antifraude.Net/.codex-links/WebIntranet/sesionnovalida.aspx
2026-04-30 08:55:00 +02:00

36 lines
1.4 KiB
Plaintext

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="sesionnovalida.aspx.vb" Inherits="WebIntranet.sesionnovalida" %>
<!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>
<style>
.btnAzul {
user-select: none;
cursor: pointer;
background-color: #2291d0;
border-radius: 15px;
font-family: 'Satoshi';
border: none;
color: white !important;
padding: 10px;
text-align: center;
cursor: pointer;
width: 100%
}
</style>
</head>
<body style="margin:0;padding:0">
<form id="form1" runat="server">
<div style="background-color:black; display: flex; justify-content:center; align-items:center; width:100%; height:100vh">
<div style="padding:25px;background-color:white;">
<p style="text-align:center; font-family:sans-serif">Su sesión ha expirado o es inválida</p>
<dx:BootstrapButton runat="server" ID="btnVolver" Text="VOLVER AL LOG-IN" CssClasses-Control="btnAzul w-100"></dx:BootstrapButton>
<%--<button class="btnAzul" style="width:100%" onclick="window.location.href = '/default.aspx'">Volver al log-in</button>--%>
</div>
</div>
</form>
</body>
</html>