
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
Replit 사이트 내 웹뷰 실행이 안되는데 어떻게 해야 실행 되나요?

replit 사이트 내에서 웹뷰를 보고싶은데 자꾸 'Run this Repl to see the results here.'라는 문구가 뜨네요.
다른 브라우저로 새탭을 띄울 땐 웹뷰가 보이는데, replit 사이트 내에서 웹뷰 실행이 안됩니다.
작성한 코드 및 에러 메세지
<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 class="title">안녕 눈사람</h1> <script src="index.js"></script> </body> </html>
