Skip to content

Instantly share code, notes, and snippets.

View xinefoxy's full-sized avatar

xinefoxy

  • Joined Nov 2, 2025
View GitHub Profile
@xinefoxy
xinefoxy / OpenLyrics JS TO XML Converter.html
Last active November 2, 2025 22:32
OpenLyrics JS TO XML Converter
<!DOCTYPE html>
<html lang="es">
<head>
<!-- 1.1 Cabecera: Añadido viewport y compatibilidad legacy -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Conversor Array JS/JSON a OpenLyrics</title>
<!-- Bibliotecas para compresión y descarga -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>