Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zek-c committed Oct 26, 2023
1 parent dd01ccc commit 11e5da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="/JS/script.js"></script>
</head>
<link rel='stylesheet' href="/CSS/style.css"/>
<div class="locbar" style="height: 70px; background-color: #000000; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<div class="locbar" style="height: 70px; background-color: transparent; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<a href="#" onclick="window.location.href='Securly/index.html'" style="padding: 20px 30px; margin-right: 10px;">Securly</a>
<a href="#" onclick="window.location.href='GoGuardian/index.html'" style="padding: 20px 30px; margin-right: 10px;">GoGaurdian</a>
<a href="#" onclick="window.location.href='Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
Expand Down

0 comments on commit 11e5da1

Please sign in to comment.