만약 당신의 특정한 프레임워크를 우리의 목록에서 찾을 수 없다면, 웹사이트를 위한 해결책으로 사용됩니다.
당신의 html 안에 <head> 태그를 찾으세요. 보통 index.html이라는 파일 안에 있습니다.
다음 코드를 복사하세요:
<link href="https://bundle.notice.studio/index.css" rel="stylesheet" />
<script defer="defer" charset="UTF-8" src="https://bundle.notice.studio/index.js"></script>
당신의 <body> 태그 안에 원하는 곳에 이 div를 삽입하세요. 이곳이 FAQ가 나타날 장소입니다.
<div class="notice-target-container" project-id="[your-project-id]"></div>