Mission (1)
•
오늘의 책읽기: 복습
•
오늘의 과제: 미션! 깃허브를 사용해보자.
•
제출기간: 익일 오전 6시까지.
미션! 깃허브를 사용해보자
(1) 깃허브에서 Repository 를 만들고 index.html을 커밋 합니다.
•
index.html 파일의 내용은 임의대로 작성하시면 됩니다.
•
어떤 방법이던 상관 없어요! 아래 이미지 처럼 index.html을 1커밋 해주시면 됩니다.
•
참고링크: 리포지토리 만들기 - GitHub Docs
•
index.html 예시
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
Plain Text
복사
(2) 커밋한 Repository 주소를 제출합니다.
•
github.com/유저명/repository명 으로된 링크를 제출해 주세요.
제출방법
•
제출기간: 익일 오전 6시까지.
•
깃헙 링크를 아래 제출하면 끝!