문제

I have to implemented two links in my navbar! However I want to add a project written by myself to the site! The first step is to link to the site.

How to do that?

I appreciate your answer!!!

UPDATE

I tried it with simply writing the path into the ref link, but I get:

Page not found (404)

my folder is in my template directory:

            <li id="tab_first">
                <a href="functionality/function.html">First Usecase</a>
            </li>

Whats my mistake?

도움이 되었습니까?

해결책

<a href='/'>This</a>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top