
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
html 코드 변경 후에 run 을 눌렀는데도 실행이 제대로 되지않습니다.

<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:type" content="website"> <meta property="og:url" content="https://grayson-choi.github.io/advent_calendar/"> <meta property="og:title" content="스파르타코딩클럽 크리스마스 디데이 캘린더"> <meta property="og:image" content="image/OGimage.png"> <meta property="og:description" content="크리스마스까지 하루가 기다려지는 즐거움, 크리스마스 디데이 캘린더를 함께 만들어봐요!"> <meta property="og:site_name" content="SCC Advent Calendar"> <meta property="og:locale" content="en_US"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <title>Sparta Advend Calendar 2023</title> <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="snow.css"> </head> <body> <!-- 이 곳에 뼈대 코드를 입력! --> <<!-- HTML 뼈대(구조) 웹페이지 --> <h1>안녕 눈사람?</h1> <script src="index.js"></script> </body> </html>
