Skip to content

Instantly share code, notes, and snippets.

@iveinsomnia
iveinsomnia / index.html
Last active September 7, 2025 07:13
Sand without P5js
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sand</title>
<style>
html, body { margin: 0; padding: 0; background-color: #222; }