Frage

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?

War es hilfreich?

Lösung

<a href='/'>This</a>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top