1er commit
prueba 1 con gitignore
This commit is contained in:
30
tapa.aspx
Normal file
30
tapa.aspx
Normal file
@@ -0,0 +1,30 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user