Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fixed the link
  • Loading branch information
Squirrel authored Oct 13, 2024
1 parent 198aa58 commit 2b38aad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
overflow-y: auto;
}

.footertextcredit {
#footertext {
color: white;
z-index: 2;
}
.menu {
background-color: rgb(46, 46, 46);
Expand Down Expand Up @@ -107,6 +108,7 @@
}
.privacy {
color: white;
z-index: 2;
}
</style>
</head>
Expand All @@ -124,11 +126,11 @@
<script async src="https://cse.google.com/cse.js?cx=91650286aa42a4a77"></script>
<div class="gcse-search"></div>
</div>
<footer>
<div class="footertextcredit">
<a href="https://wallpapers.com/wallpapers/non-copyrighted-purple-space-giwyzcnvy9m2hvhm.html">Wallpaper by scblurr</a> on Wallpapers.com
</div>
</footer>


<p id="footertext" class="footertext"><a href="https://wallpapers.com/wallpapers/non-copyrighted-purple-space-giwyzcnvy9m2hvhm.html">Wallpaper by scblurr</a> on Wallpapers.com</p>


<p class="privacy">Our Privacy Policy is listed on pp.html. By searching anything, you agree to these terms.</p>
</body>
</html>

0 comments on commit 2b38aad

Please sign in to comment.