In the very beginning of the class, we downloaded our site from Neocities. Open it up in VSCode, get the Live
Preview running, and make sure you can edit your
index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAGE TITLE HERE</title>
</head>
<body>
<!-- Rest of Your HTML here -->
</body>
</html>
Time: 20 minutes