1er commit
prueba 1 con gitignore
This commit is contained in:
88
funebres.aspx
Normal file
88
funebres.aspx
Normal file
@@ -0,0 +1,88 @@
|
||||
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="funebres.aspx.vb" Inherits="funebres" %>
|
||||
|
||||
<!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>Avisos Fúnebres</title>
|
||||
|
||||
<link rel="stylesheet" href="styles/funebres.css" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
|
||||
<%=nombres%>
|
||||
|
||||
|
||||
<%--<div class="col-12">
|
||||
<div class="funebre-ad">
|
||||
<div class="funebre-icon">
|
||||
<img alt=""src="img/estrella.png">
|
||||
</div>
|
||||
<div class="funebre-content">
|
||||
<h5><span>21 de junio</span></h5>
|
||||
<h2><a href="#"><span>INES CALISSE DE FABRIS</span></a></h2>
|
||||
<p>(Q.E.P.D.) Falleció el 20/06/2023.- Sus hijos Gerardo, Fernando [...]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="funebre-ad">
|
||||
<div class="funebre-icon">
|
||||
<img alt=""src="img/cruz.png">
|
||||
</div>
|
||||
<div class="funebre-content">
|
||||
<h5><span>21 de junio</span></h5>
|
||||
<h2><a href="#"><span>MARIO MARTIN FERNANDEZ</span></a></h2>
|
||||
<p>(Q.E.P.D.) Falleció el 20/06/2023.- Su esposa: Cristina Zamarripa, [...]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="funebre-ad">
|
||||
<div class="funebre-icon">
|
||||
<img alt=""src="img/cruz.png">
|
||||
</div>
|
||||
<div class="funebre-content">
|
||||
<h5><span>21 de junio</span></h5>
|
||||
<h2><a href="#"><span>JUAN REDA</span></a></h2>
|
||||
<p>(Q.E.P.D.) Falleció el 20/06/2023.- Sus hijos: Néstor, Miguel, Karina, [...]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="funebre-ad">
|
||||
<div class="funebre-icon">
|
||||
<img alt=""src="img/cruz.png">
|
||||
</div>
|
||||
<div class="funebre-content">
|
||||
<h5><span>21 de junio</span></h5>
|
||||
<h2><a href="#"><span>JULIETA VERGARA</span></a></h2>
|
||||
<p>(Q.E.P.D.) Falleció el 19/06/2023.- Sus padres Liliana y José, [...]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="funebre-ad">
|
||||
<div class="funebre-icon">
|
||||
<img alt=""src="img/cruz.png">
|
||||
</div>
|
||||
<div class="funebre-content">
|
||||
<h5><span>21 de junio</span></h5>
|
||||
<h2><a href="#"><span>EDUARDO BIGLIARDI</span></a></h2>
|
||||
<p>(Q.E.P.D.) Falleció el 18/06/2023.- Bibi Magnoni y flia. acompañan [...]</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>--%>
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user