| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <!-- Basic Page Needs
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <meta charset="utf-8">
- <title>Vendemos</title>
- <meta name="description" content="">
- <meta name="author" content="">
- <!-- Mobile Specific Metas
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- CSS
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link rel="stylesheet" href="styles/normalize.css">
- <link rel="stylesheet" href="styles/skeleton.css">
- <link rel="stylesheet" href="styles/styles.css">
- <!-- Favicon
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link rel="icon" type="image/png" href="images/favicon.png">
- <!-- Scripts
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- </head>
- <body class="container">
- <h1>Vendemos!</h1>
- <p>
- Hola! Nos estamos yendo y vendemos todo esto! Cualquier consulta a:<br>
- Tati - <a href="">tatii.oxo@gmail.com</a> - 1169631592 (whatsapp y telegram)<br>
- David - <a href="">davidventura27@gmail.com</a><br>
- </p>
- <h3>Medios de pago: Efectivo, MercadoPago, Transferencia, Paypal, Bitcoins</h3>
- <h3>Se retira todo por Almagro! (a la vuelta de la UTN)</h3>
- <hr>
|