RD5 GOLD WEB EDITOR
π 0.gif
π 11.jpg
π 22.jpg
π AVISO-ALEX.PNG
π AVISO-ALEX2.PNG
π LOGUITO.JPG
π MUSICA.jpg
π OXODISCO-PLAY.gif
π OXODISCO2-STOP.gif
π XVOL1.gif
π XVOL2.gif
π aa4.html
π alex1.mp3
π aviso-evento.jpg
π barra0.gif
π barra1.gif
π barra2.gif
π barra3.gif
π barra4.gif
π binicio1.gif
π binicio2.gif
π canal.php.php
π centenax.gif
π click.mp3
π contacto.html
π cuenta.html
π decenax.gif
π decimax.gif
π dinero.html
π disco-c5d.html
π disco-d2.gif
π disco-oxo.gif
π disco-visitantes.html
π discob00.html
π discob000.html
π discob1.html
π donaciones.html
π donaciones.mp3
π donaciones.txt
π eliminar_video.php
π enapodcast.mp3
π eventos.html
π eventos.jpg
π filtro1.jpg
π filtro2.jpg
π fondo.jpg
π fondo2.jpg
π franja.GIF
π franja.gif
π franja2.GIF
π franja2.gif
π gold10-2.php
π gold10.php
π gold62.php
π gold93.php
π gp.php
π gw.php
π index.html
π index2.html
π index3.html
π index4.html
π logo.jpg
π manager3.php
π mdq lado 2.wav.
π meditacion-7.mp3
π mic.jpg
π minib2x2.html
π mm.php
π monitor.html
π musica.html
π oxoradio-play1.gif
π oxoradio-stop.gif
π pod-rlv.html
π pod-rlv2.html
π podcast-play.gif
π podcast-stops.gif
π podcast-visitantes.mp3
π podcast.jpg
π podcast2.jpg
π podcast2.mp3
π probando.html
π prueba.html
π prueba3.html
π publi-ing.jpg
π radio-c5d.html
π radio-rlv.html
π radio.GIF
π radio.jpg
π radio00.gif
π radio01.html
π radio02.html
π red.html
π repro2.html
π repros.html
π repros2.html
π repros4.html
π repros5.html
π repros6.html
π repros7.html
π repros8.html
π rlv-
π rlv-fresia.html
π rlv-logo2.gif
π rlv.html
π rlvv.html
π robots.txt
π rr.html
π sarita1.mp4
π sitemap.xml
π social.sqlite
π solo-podcast.html
π t-rlv.html
π titulo2.jpg
π unidadx.gif
π videos.html
π videos.jpg
π vinilo.mp3
π volumen-mas.jpg
π volumen-menos.jpg
π xrepros8.html
CΓDIGO (OSCURO GOLD)
VISTA PREVIA
πΎ GUARDAR
Tema: Monokai
Tema: Dracula
Tema: Material
Tema: Blackboard
Tema: Abyss
Monospace
Courier
12px
14px
16px
18px
20px
22px
24px
26px
28px
30px
32px
β· Rehacer
βΆ Deshacer
π BUSCAR
+ REPRO RADIO
SIG.
X
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Seamos Luz - RD5</title> <style> body { font-family: Arial, sans-serif; background: #111; color: #f4f4f4; padding: 30px; text-align: center; } .container { background: #1b1b1b; border-radius: 10px; padding: 25px; max-width: 480px; margin: auto; box-shadow: 0 0 15px rgba(255,255,255,0.1); } img { width: 100%; border-radius: 8px; margin-bottom: 15px; } h2 { margin-top: 0; color: #ffd700; } button { background: #2d89ef; color: white; border: none; padding: 12px 20px; border-radius: 5px; cursor: pointer; font-size: 16px; transition: 0.3s; } button:hover { background: #1a5fb4; } .data { text-align: left; margin: 15px 0; font-size: 15px; line-height: 1.5; } hr { border: 0; border-top: 1px solid #444; margin: 20px 0; } </style> </head> <body> <div class="container"> <img src="img/seamosluz.jpg" alt="Seamos Luz"> <h2>π΅ Seamos Luz</h2> <p>Gracias por apoyar el trabajo independiente de RD5. PodΓ©s adquirir este tema mediante transferencia bancaria.</p> <div class="data"> <strong>π³ Datos de transferencia (Banco Galicia)</strong><br> Titular: <strong>Olga Patricia Saavedra</strong><br> CBU: <strong>00706878-30004000055801</strong><br> Alias: <strong>MORISMA.GENIO.FOCO</strong><br> Monto sugerido: <strong>10 USD</strong> </div> <hr> <p>Una vez realizada la transferencia, enviΓ‘ tu comprobante por correo para recibir el enlace de descarga del tema.</p> <button onclick="enviarYDescargar()">π§ Enviar comprobante por Mail</button> </div> <script> function enviarYDescargar() { // Abre Gmail o el cliente de correo window.open( "mailto:radiocontenidosc5d@gmail.com?subject=Comprobante%20de%20pago%20-%20Seamos%20Luz&body=Hola%20RD5,%20ya%20hice%20la%20transferencia%20por%20el%20tema%20'Seamos%20Luz'.%20Adjunto%20el%20comprobante.", "_blank" ); // Espera 2 segundos y descarga el tema setTimeout(() => { window.location.href = "SeamosLuz.mp3"; }, 2000); alert("Comprobante preparado. Se descargarΓ‘ el tema automΓ‘ticamente despuΓ©s del envΓo."); } </script> </body> </html>