-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (31 loc) · 912 Bytes
/
index.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Minjae Joe</title>
<meta charset="utf-8">
</head>
<body>
<header id="head_section">
<hr class="horizontal_line">
<h1><b>Manjae's Do</b></h1>
<h8>by Minjae Joe</h8>
<hr class="horizontal_line">
</header>
<section id="nav_section">
<section>
<p><a href="introduce.html" target="_self" title="introduce myself">Introduce</a></p>
<p>My Developed product</p>
<ul>
<li>Game</li>
<li>Web</li>
<li>Mobile App</li>
<li>Desktop Program</li>
</ul>
</section>
</section>
<footer id="foot_section">
<hr class="horizontal_line">
<span id="my_email">My email : [email protected]</span>
</footer>
</body>
</html>