rel="stylesheet">
</head>
<body>
<header>
<img src="NASA.png">
</header>
<main>
<form>
<label for="astronautName">Astronaut Name 👩🚀</label>
<input
type="text"
id="astronautName"
name="astronautName"
placeholder="Neil Armstrong"
required
>
<label for="astronautEmail">Astronaut Email</label>
<input
type="email"
id="astronautEmail"
name="astronautEmail"
placeholder="n.armstrong@nasa.com"
required
>
<label for="astronautPassword">Password</label>
<input
type="password"
id="astronautPassword"
name="astronautPassword"
placeholder="******"
required
>
<button type="submit">submit</button>
</form>
</main>
<script src="index.js"></script>
</body>
</html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"