Skip to content

Commit

Permalink
fix copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
ankthba authored Aug 31, 2024
1 parent 108063a commit 8a3b543
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,20 @@ <h4 class="title poppins-semibold">OCRadar</h4>
</div>

<!-- footer -->
<div class="footer1">
<p class="footer2 poppins-regular">App Store Connect</p>
<div class="footer1">
<div class="footer-line"></div>

<div class="centerthefooter">
<p class="footer3 poppins-regular" src="">Copyright © Apple Inc. All Rights Reserved.</p>
<p class="footer3 poppins-regular">Copyright © OCRadar All Rights Reserved.</p>
<p class="footer3 poppins-regular">|</p>
<a class="footer3 poppins-regular" href="TermsOfService.html">Terms of Service</a>
<a class="footer3 poppins-regular">|</a>
<a class="footer3 poppins-regular" href="privacy.html">Privacy Policy</a>
</div>
</div>

<!-- back to top button -->
<button class="poppins-thin" onclick="topFunction()" id="myBtn" title="Go to top"><p></p></button>
<!-- Back to Top Button -->
<button class="poppins-thin" onclick="topFunction()" id="myBtn" title="Go to top"></button>

</body>
</html>
</html>

0 comments on commit 8a3b543

Please sign in to comment.