mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
287 B
287 B
--seed--
--seed-contents--
<html>
<body>
</body>
</html>
::id{#key-for-css}
body {
background: green;
}
::id{#key-for-jsx}
var x = 'y';
/* comment */
const Button = () => {
return <button> {/* another comment! */} text </button>;
};