tp-figma-js/index.html
2021-10-15 13:50:27 +02:00

13 lines
No EOL
359 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="script.js" defer></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>