Skip to content

Instantly share code, notes, and snippets.

@mjy9088
Last active December 30, 2021 06:27
Show Gist options
  • Save mjy9088/c1e2a4f9fee335fe3a8cce1ea9f9911e to your computer and use it in GitHub Desktop.
Save mjy9088/c1e2a4f9fee335fe3a8cce1ea9f9911e to your computer and use it in GitHub Desktop.
테스트

테스트

테스트용...

테스트 결과

  • README.md를 먼저 만들었을 때 README.md, index.html이 있을 때 어떤 파일이 대표로 보일까 - 결과: README.md
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>test</title>
</head>
<body>
README.md or index.html
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment