-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypage1.html
More file actions
74 lines (62 loc) · 3.07 KB
/
mypage1.html
File metadata and controls
74 lines (62 loc) · 3.07 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<title>Tripstargram</title>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style1.css"/>
</head>
<body id="top">
<header class="status">
<ul>
<li class="navstyle"><a href="login.html" title="로그인 창으로 이동"><img src="logo.JPG" class="img" /></a></li>
<li class="navstyle"><a href="matepage1.html" onclick="check()" title="여행메이트를 구해요"><span> 여행메이트를 구해요 </span></a></li>
<li class="navstyle"><a href="freewritepage.html" title="자유로운 글쓰기 게시판"><span> 자유로운 글쓰기 게시판 </span></a></li>
<li class="navstyle"><a href="mypage1.html" title="마이페이지로 이동"><img src="mypage.JPG" class="img" /></a></li>
</ul>
</header>
<p><br/></p>
<p><br/></p>
<p><br/></p>
<hr class="line"/>
<p><br/></p>
<div class="status">
<ul>
<div>
<li>
<ul>
<li>
<div class="profile">
</br>
<img src="https://secure.gravatar.com/avatar/de9b11d0f9c0569ba917393ed5e5b3ab?s=140&r=g&d=mm">
</li>
<li>
<ul>
<div class="profile">
<li>User Name</li></br>
<li><a id="span2">상태 메시지</a></li>
<li><a id="span2">MBTI: INTP</a></li>
<li><a id="span2">#먹거리 중심 여행 #쇼핑</a></li>
<li><a href="#"><strong style="font-size: 15px; background-color:darkseagreen">
프로필 수정하기 </strong> </a></li>
</br>
</div>
</ul>
</li>
</ul>
</div>
</li>
<li>
<ul class="center">
<li><a href="mywork.html" title="내가 작성한 글"><span> 내가 작성한 글 </span></a></li></br></br>
<li><a href="bookmark.html" title="북마크"><span>  북마크  </span></a></li></br></br>
<li><a href="schedule.html" title="나의 일정표"><span> 나의 일정표 </span></a></li></br></br>
<li><a href="ask.html" title="문의하기"><span> 문의하기 </span></a></li></br></br>
<li><a href="logout.html" title="로그아웃"><span> 로그아웃 </span></a></li>
</ul>
</li>
</ul>
</div>
</div>
<a href="#top" title="현재 페이지 맨 위로 이동"><img src="top_button.JPG" class="topstatus" width=100px height=100px alt="위로 이동"></a>
</body>
</html>