Files
extras/tapa.aspx
Cecilia Piaggio df00e41104 1er commit
prueba 1 con gitignore
2025-06-23 15:28:32 -03:00

31 lines
1.1 KiB
Plaintext

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="tapa.aspx.vb" Inherits="tapa" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
@font-face {
font-family: 'FlamaBook';
src: url(/fuentes/FlamaBook-Regular.otf);
src: url(/fuentes/FlamaBook-Regular.otf) format("truetype");
font-weight: normal;
font-display: swap;
font-style: normal
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="width:300px;background-color:#259bca70; text-align:center">
<div style="width:100%;text-align:center;font-family:Book Antiqua;font-size:30px;font-weight:bold;color: #1d7ba1;padding:5px 0">Edición electrónica</div>
<div style="width:100%;text-align:center;font-family:Flamabook;font-size:24px;color: #1d7ba1;padding:5px 0">FORMATO PARA SUSCRIPTORES FULL</div>
<img src="https://extras.eldia.com/medios/pdfx/<%=date.now.tostring("yyyyMMdd")%>/1.jpg" />
</div>
</form>
</body>
</html>