142502022 commited on
Commit
4abc5b1
·
1 Parent(s): 1286fac

Changes in index.html related nav and footer

Browse files
Files changed (1) hide show
  1. frontend/index.html +3 -3
frontend/index.html CHANGED
@@ -376,11 +376,11 @@
376
  <header>
377
  <div class="logo">✨ Analyzer</div>
378
  <nav>
379
- <a href="#home">Home</a>
380
  <a href="#about">About us</a>
381
  <a href="#features">Features</a>
382
  <a href="#pricing">Pricing</a>
383
- <a href="#blog">Blog</a>
384
  </nav>
385
  <div class="header-right">
386
  <button class="btn-signup">Sign Up</button>
@@ -417,7 +417,7 @@
417
  </div>
418
 
419
  <footer>
420
- <p>© 2024 AI Detection Inc. All rights reserved.</p>
421
  </footer>
422
 
423
  <script>
 
376
  <header>
377
  <div class="logo">✨ Analyzer</div>
378
  <nav>
379
+ <!-- <a href="#home">Home</a>
380
  <a href="#about">About us</a>
381
  <a href="#features">Features</a>
382
  <a href="#pricing">Pricing</a>
383
+ <a href="#blog">Blog</a> -->
384
  </nav>
385
  <div class="header-right">
386
  <button class="btn-signup">Sign Up</button>
 
417
  </div>
418
 
419
  <footer>
420
+ <p>© MLOPS project 2025</p>
421
  </footer>
422
 
423
  <script>