Hello, I'm Alan! 👋
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
There are a few errors in index.html:
<header> should be within <body>
<form> element was closed with </div> but should be </form>
<textarea> shou…