Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (23 sloc)
1.28 KB
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
| <html> | |
| <head> | |
| <title>메뉴</title> | |
| </head> | |
| <body background="gif/back.gif"> | |
| <table border="0" cellspacing="0" cellpadding="0" width="800"> | |
| <tr><td> | |
| <div align="right"><img src="jpg/menubar.jpg" border=0 usemap="#menubar"></div> | |
| </td></tr></table> | |
| <map name="menubar"> | |
| <area shape="rect" alt="홈" coords="1,1,55,26" href="main.html" target="display"> | |
| <area shape="rect" alt="소개" coords="59,1,163,26" href="introduction/int_main.html" target="display"> | |
| <area shape="rect" alt="사람들" coords="167,1,236,26" href="peoples/peo_main.html" target="display"> | |
| <area shape="rect" alt="강의" coords="240,1,306,26" href="http://speech.tnut.ac.kr/lecture/" target="display"> | |
| <area shape="rect" alt="연구" coords="310,1,361,26" href="study/seminar.html" target="display"> | |
| <area shape="rect" alt="링크" coords="364,1,410,26" href="links/lin_main.html" target="display"> | |
| <area shape="rect" alt="기타" coords="412,1,472,26" href="others/oth_main.html" target="display"> | |
| <area shape="rect" alt="게시판" coords="475,1,531,26" href="http://dsplab.tnut.ac.kr/~jhhah/WWWBoard/CrazyWWWBoard.cgi?db=dsplab" target="display"> | |
| <area shape="rect" alt="방명록" coords="535,1,624,26" href="http://dsplab.tnut.ac.kr/~jhhah/guestbook/CrazyGuestbook.cgi?db=dsplab" target="display"> | |
| <area shape="default" nohref> | |
| </map> | |
| </body> | |
| </html> |