Backend Service

This commit is contained in:
2019-04-13 22:49:00 +00:00
parent a7dd7b6082
commit 724f98353f
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Privacy Terms
+1
View File
@@ -0,0 +1 @@
Terms of Use
+11 -1
View File
@@ -524,6 +524,16 @@
</div>
<!-- End Start Contact -->
<div id="terms" class="page">
<div class="about_us content_box">
<iframe src="/webres/terms.php" width="100%" style="height:450px; width:100%; border:0px;"></iframe>
</div>
</div>
<div id="privacy" class="page">
<iframe src="/webres/privacy.php" width="100%" style="height:450px; width:100%; border:0px;"></iframe>
</div>
<!-- Start Styles -->
<div id="styles" class="page">
@@ -709,7 +719,7 @@
<!-- Start Footer -->
<footer class="container">
<p>myFit &copy; 2019. FluxTra LLC All Rights Reserved.</p>
<p>myFit &copy; 2019. FluxTra LLC All Rights Reserved. - <a href="#terms">Terms of Use</a> - <a href="#privacy">Privacy</a></p>
</footer>
<!-- End Footer -->