diff options
-rw-r--r-- | static/about.html | 3 | ||||
-rw-r--r-- | static/blog.html | 3 | ||||
-rw-r--r-- | static/contact.html | 5 | ||||
-rw-r--r-- | static/index.html | 3 | ||||
-rw-r--r-- | static/status.html | 3 |
5 files changed, 6 insertions, 11 deletions
diff --git a/static/about.html b/static/about.html index 8adb872..e351c3c 100644 --- a/static/about.html +++ b/static/about.html @@ -268,8 +268,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="https://tosdr.org/en/service/182">Privacy Policy</a> - <a href="#terms">Terms of Service</a> + <a href="https://tosdr.org/en/service/182">Terms of Service</a> </div> </div> </div> diff --git a/static/blog.html b/static/blog.html index c53eca3..ba75cf9 100644 --- a/static/blog.html +++ b/static/blog.html @@ -334,8 +334,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="https://tosdr.org/en/service/182">Privacy Policy</a> - <a href="#terms">Terms of Service</a> + <a href="https://tosdr.org/en/service/182">Terms of Service</a> </div> </div> </div> diff --git a/static/contact.html b/static/contact.html index 38b658a..6e6e956 100644 --- a/static/contact.html +++ b/static/contact.html @@ -218,7 +218,7 @@ <label class="checkbox-container"> <input type="checkbox" id="privacy" name="privacy" required> <span class="checkmark"></span> - I agree to the <a href="https://tosdr.org/en/service/182" target="_blank">Privacy Policy</a> and <a href="#terms" target="_blank">Terms of Service</a> * + I agree to the <a href="https://tosdr.org/en/service/182" target="_blank">Terms of Service</a> * </label> <div class="error-message" id="privacyError"></div> </div> @@ -349,8 +349,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="https://tosdr.org/en/service/182">Privacy Policy</a> - <a href="#terms">Terms of Service</a> + <a href="https://tosdr.org/en/service/182">Terms of Service</a> </div> </div> </div> diff --git a/static/index.html b/static/index.html index 17e35dd..7ba74e4 100644 --- a/static/index.html +++ b/static/index.html @@ -305,8 +305,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="https://tosdr.org/en/service/182">Privacy Policy</a> - <a href="#terms">Terms of Service</a> + <a href="https://tosdr.org/en/service/182">Terms of Service</a> </div> </div> </div> diff --git a/static/status.html b/static/status.html index 3dcf848..1e75701 100644 --- a/static/status.html +++ b/static/status.html @@ -278,8 +278,7 @@ <div class="footer-bottom"> <p>© 2025 TaskFlow. All rights reserved.</p> <div class="footer-links"> - <a href="https://tosdr.org/en/service/182">Privacy Policy</a> - <a href="#terms">Terms of Service</a> + <a href="https://tosdr.org/en/service/182">Terms of Service</a> </div> </div> </div> |