Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<박준완> - 나의 첫번째 pull request #29

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions practice.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
color: gold;
}
20 changes: 20 additions & 0 deletions practice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!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>Git 연습</h1>
<p>하이! My name is Junwan.</p>
<p>새로운 문구를 추가해보았습니다. I'm tired.</p>
<h2>안암 맛집</h2>
<img src="https://mblogthumb-phinf.pstatic.net/20160402_177/plan_2b_1459597928220Rilre_JPEG/IMG_1058.JPG?type=w800">
<p>
내가 생각하는 안암 최고의 맛집은 용초수였다.
근데 용초수는 없어져버림.
</p>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

용초수 없어졌어요???!!!!!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

용초수 없어졌어요???!!!!!

네 없어짐...

</body>
</html>