Skip to content

Commit

Permalink
bootstrap 4 doesnt have glyphicons anymore, use simple text for logou…
Browse files Browse the repository at this point in the history
…t in home.html
  • Loading branch information
lacksfish committed Mar 18, 2022
1 parent d65dce5 commit b248cd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ <h2>Damn Vulnerable Web Services<br> Home Area</h2>
</div>

<br><br><br><br><br><br>
<p>Log-out:<script>
document.write(`<a href="/api/v2/users/logout/${document.domain}">
<span class="glyphicon glyphicon-log-out"></span>
</a>`);
<script>
document.write(`<a href="/api/v2/users/logout/${document.domain}">Logout</a>`);
</script>
</p>

Expand Down

0 comments on commit b248cd8

Please sign in to comment.