Skip to content

Update nuxtjs.yml

Update nuxtjs.yml #14

Workflow file for this run

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magica Studio Pro</title>
<style>
body {
background: linear-gradient(135deg, #0f172a, #1e293b);

Check failure on line 9 in .github/workflows/static.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
color: #fff;
font-family: "Poppins", Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
text-align: center;
}
h1 { font-size: 3rem; margin-bottom: 0.5em; }
p { color: #cbd5e1; max-width: 600px; margin-bottom: 2em; line-height: 1.5; }
button {
background: #3b82f6;
color: #fff;
border: none;
padding: 15px 40px;
border-radius: 12px;
font-size: 18px;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}
button:hover {
background: #2563eb;
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
}
footer { position: absolute; bottom: 15px; font-size: 0.9rem; color: #94a3b8; }
</style>
</head>
<body>
<h1>🚀 Magica Studio Pro</h1>
<p>Télécharge directement <strong>MagicaSetup.exe</strong> 👇</p>
<button onclick="window.location.href='https://github.com/MaxiStudioDev/MagicaStudioPro/releases/download/1.0/MagicaSetup.exe'">
Télécharger maintenant 📦
</button>
<footer>© 2025 MaxiStudioDev — Tous droits réservés</footer>
</body>
</html>