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