AntonSangho / moya_attendance

이 프로젝트는 어린이작업장 '모야'에 설치될 입출력관리시스템입니다.
1 stars 0 forks source link

youtube 동영상 도메인에 등록하기 #25

Closed AntonSangho closed 4 years ago

AntonSangho commented 4 years ago

도메인 위치 : http://www.moyainlibrary.kr/intro (이미 사용되고 있는 페이지기 때문에 수정 후 배포해야함.)

<!DOCTYPE html>
<html>
   <head>
      <title>The introduction video of MOYA</title>
   </head>
   <body>
      <iframe width="720" height="405" src="https://www.youtube.com/embed/O9usq0RWZc4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
   </body>
</html>
happydeveloper commented 4 years ago

이 영상을 처음 화면에 삽입하면 되는 거죠?