Question

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?

Était-ce utile?

La solution

<a href='/'>This</a>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top