easy
+15 XP
PROJECTProject

Static Landing Page

Build a marketing landing: index.html, styles.css, and a small script.js for interactivity.
You're exploring as a guest. Create a free account to save progress and submit solutions.
Project Sandbox
export default function App(): JSX.Element {
  return <h1>Hello world</h1>
}