problem description
added a new page to the site and uploaded it to FTP, then how can it be displayed on the site?
the original interface displays index.html, and another page is changed to index1.html. It is hoped that the two faces can be switched freely through the horizontal tag
the environmental background of the problems and what methods you have tried
novice, the first operation, hope to have the guidance of ~
related codes
/ / Please paste the code text below (do not replace the code with pictures)
"all groups" is an existing page, "New Page" is a new page; do not know how the uploaded page will be linked to the site
<div class="mb-3">
<ul class="nav nav-tabs" role="tablist"><li role="presentation" class="active">
<li role="presentation"><a class="btn btn-sm btn-outline-secondary" href="http://htdocs/app/group/html/index1.html"></a>
<li role="presentation"><a class="btn btn-sm btn-outline-secondary" href="http://www.jianliwg.com/index.php?app=group"></a>
</div>
what result do you expect? What is the error message actually seen?
the two tags realize the normal switching of the page, which took two hours to solve. The kind-hearted person came quickly to guide
.