chromacraft-tokens / index.html
tfrere's picture
tfrere HF Staff
t'as créé le fichier css ?
e730958 verified
raw
history blame contribute delete
481 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design Tokens Playground</title>
<link rel="stylesheet" href="https://cdn.tailwindcss.com">
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
</head>
</html>