Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 2645:822b42741fec
Do not use absolute link(http://) for menu traversing.
author | HIROSE Yuuji <yuuji@koeki-u.ac.jp> |
---|---|
date | Thu, 05 Nov 2015 13:48:32 +0900 |
parents | 9427ac7b3a57 |
children | 5a3da02aa50c |
files | index.html |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Thu Nov 05 13:34:09 2015 +0900 +++ b/index.html Thu Nov 05 13:48:32 2015 +0900 @@ -50,10 +50,10 @@ <div class="menw"> <ul> <a href="index.html"><li>TOP</li></a> - <a href="http://skip.koeki-prj.org/syuzai/syuzai.html"><li>取材</li></a> - <a href="http://skip.koeki-prj.org/program/program.html"><li>プログラム</li></a> - <a href="http://skip.koeki-prj.org/enq/enq.html"><li>アンケート</li></a> - <a href="http://skip.koeki-prj.org/kiraribito/girl.html"><li>きらりびと</li></a> + <a href="syuzai/syuzai.html"><li>取材</li></a> + <a href="program/program.html"><li>プログラム</li></a> + <a href="enq/enq.html"><li>アンケート</li></a> + <a href="kiraribito/girl.html"><li>きらりびと</li></a> <a href="#" class="covered"><li style="position: relative;">日替りランチ</li></a> <div class="cover" title="近日公開!!"></div> </ul>