-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit dfa3b2a
Showing
6 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>서윤-소개</title> | ||
<meta charset="utf-8"> | ||
</head> | ||
<body> | ||
<h1><a href="index.html">정서윤</a></h1> | ||
<ol> | ||
<li><a href="1.html">소개</a></li> | ||
<li><a href="2.html">작업</a></li> | ||
<li><a href="3.html">연락</a></li> | ||
</ol> | ||
<h2>소개</h2> | ||
|
||
|
||
<img src="pen.jpg" width="450"> | ||
|
||
<p>출생 <u>2002 08 13</u> 경기도<br> | ||
현재 <strong><a href="https://gwanak.go.kr/site/gwanak/main.do" | ||
target="_blank" title="관악구청">관악구</a></strong> 거주 중</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>서윤-작업</title> | ||
<meta charset="utf-8"> | ||
</head> | ||
<body> | ||
<h1><a href="index.html">정서윤</a></h1> | ||
<ol> | ||
<li><a href="1.html">소개</a></li> | ||
<li><a href="2.html">작업</a></li> | ||
<li><a href="3.html">연락</a></li> | ||
</ol> | ||
<h2>작업</h2> | ||
|
||
|
||
<img src="pen.jpg" width="450"> | ||
|
||
<p> | ||
<ol> | ||
<li>회화</li> | ||
<li>디자인</li> | ||
</ol> | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>서윤-연락</title> | ||
<meta charset="utf-8"> | ||
</head> | ||
<body> | ||
<h1><a href="index.html">정서윤</a></h1> | ||
<ol> | ||
<li><a href="1.html">소개</a></li> | ||
<li><a href="2.html">작업</a></li> | ||
<li><a href="3.html">연락</a></li> | ||
</ol> | ||
<h2>연락</h2> | ||
|
||
|
||
<img src="pen.jpg" width="450"> | ||
|
||
<p>전화번호: 010-2640-1417<br> | ||
작업실: 경기도 성남시</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>about 서윤</title> | ||
<meta charset="utf-8"> | ||
</head> | ||
<body> | ||
<h1><a href="index.html">정서윤</a></h1> | ||
<ol> | ||
<li><a href="1.html">소개</a></li> | ||
<li><a href="2.html">작업</a></li> | ||
<li><a href="3.html">연락</a></li> | ||
</ol> | ||
<h2>HI!</h2> | ||
|
||
|
||
<img src="pen.jpg" width="100%"> | ||
|
||
<p>It's nice to meet you.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
<html><head></head><body><header> | ||
<title>http://info.cern.ch</title> | ||
</header> | ||
|
||
<h1>http://info.cern.ch - home of the first website</h1> | ||
<p>From here you can:</p> | ||
<ul> | ||
<li><a href="http://info.cern.ch/hypertext/WWW/TheProject.html">Browse the first website</a></li> | ||
<li><a href="http://line-mode.cern.ch/www/hypertext/WWW/TheProject.html">Browse the first website using the line-mode browser simulator</a></li> | ||
<li><a href="http://home.web.cern.ch/topics/birth-web">Learn about the birth of the web</a></li> | ||
<li><a href="http://home.web.cern.ch/about">Learn about CERN, the physics laboratory where the web was born</a></li> | ||
</ul> | ||
</body></html> |