-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
32 lines (27 loc) · 890 Bytes
/
intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Let me introduce myself</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<header class="myname">
<h1 class="name">HYOEUN JUNG</h1>
</header>
<div class="myself">
<div>
<img class="myimg" src="1.png">
</div>
<div>
<p>
안녕하세요 개발을 처음으로 접한 병아리개발자 정효은입니다!
</p>
<div class="button-align">
<button class="button" type="button" onclick="location.href='1.html'">go!</button>
</div>
</div>
</div>
</body>
</html>