Skip to content

Instantly share code, notes, and snippets.

View studiolanfant's full-sized avatar

studiolanfant

View GitHub Profile
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Modus VIA — Code Source Confidentiel</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
height: 100%;
background: linear-gradient(135deg, #0a0a25 0%, #2a1a0e 50%, #1a0a08 100%);