Skip to content

Commit

Permalink
fix some errors in html
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed Jun 11, 2024
1 parent fc6c9a9 commit 1398251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/web/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="header">
<div class="wrapper header-content">
<div class="logo"><a href="/"><!-- TODO: add logo -->LOGO</a></div>
<div class="links"><a href="/">HOME</a> / <a href="/login.php">LOGIN</a> / <a href="/license.php">Activate License</a> / AAAAA</div>
<div class="links"><a href="/">HOME</a> / <!-- TODO: reenable <a href="/login.php">LOGIN</a> /--><a href="/license.php">Activate License</a> / AAAAA</div>
</div>
</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion service/web/html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<li><var>SERVICE</var>: our services reachable in the network
<ul>
<li><var>echo</var>: test service to test the connection</li>
<li><var>premium_forum</var>: (PREMIUM) our exclusive, anonymous forum</li>
<li><var>premium-forum</var>: (PREMIUM) our exclusive, anonymous forum</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 1398251

Please sign in to comment.