Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,8 @@ <h4>Get Started</h4>
<div>
<h4>Support</h4>
<a href="#contact">Contact Us</a>
<a href="/privacy-policy.html">Privacy Policy</a>
<a href="/terms-and-services.html">Terms & Services</a>
</div>
</div>
<div class="footer-bottom">
Expand Down
11 changes: 11 additions & 0 deletions public/privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>This page describes how user information is collected and used.</p>
</body>
</html>
11 changes: 11 additions & 0 deletions public/terms-and-services.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms & Services</title>
</head>
<body>
<h1>Terms & Services</h1>
<p>By using this platform, you agree to the terms and conditions.</p>
</body>
</html>