Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nandkumar1000 authored Jul 4, 2024
1 parent 48ffbf3 commit 829b6a7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@ <h3 style="font-size: 22px; color: rgba(0, 0, 0, 0.765); font-family: Arial, Hel
<div class="panel2">
<div class="panel2-sub"><p>"By accessing our Deepfake Detection website, you agree to comply with Indian laws and regulations.<br> Our AI/ML-based service is provided for informational purposes only, and we hold no liability for its accuracy or misuse.<br> Use of the service constitutes acceptance of our terms and conditions."</p></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-OCz3NCcyVUXKeoV9N3mp0Df0WYYwPQjXYTQ3oANjeD2gdROt7/++w2OsB+yl2JAnYqS6rrVz3N2+i6cqklgPbw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"
integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 829b6a7

Please sign in to comment.