You have to go to the directory:
client\res\templates
Copy file: about.tpl
Give it a new name, for example: information.html
Then go to the file:
client\res\templates\site\navbar.tpl
As an example, immediately after:
<li><a href="#User/view/{{userId}}" class="nav-link">{{userName}}</a></li>
Add:
<li><a href="..\..\..\client\res\templates\information.ht ml" class="nav-link">Link name</a></li>
I do not know how to work correctly as a file tpl Surely you can do better, but I can not do otherwise, whether it is helpful for you?
Create custom html page
Collapse
X

Leave a comment: