mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
342 B
342 B
--seed--
--seed-contents--
<html>
<body>
</body>
</html>
body {
background: green;
}
var x = 'y';
--solutions--
::id{#html-key}
<html>
<body>
</body>
</html>
body {
--fcc-editable-region--
background: white;
--fcc-editable-region--
}
var x = 'y';