-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterm-of-use.html
23 lines (21 loc) · 967 Bytes
/
term-of-use.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Shadowing Gym</title>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid-wrapper">
<p><strong> </strong></p>
<strong>Terms & Conditions</strong>
</div>
<object data="https://firebasestorage.googleapis.com/v0/b/language-1d392.appspot.com/o/TermsOfServcie_20210922.pdf?alt=media&token=30072556-d162-4167-b023-474bf0f9383d"
type="application/pdf" width="100%" height="2400px">
<p><b>Example fallback content</b>: This browser does not support PDFs. Please download the PDF to view it:
<a href="https://firebasestorage.googleapis.com/v0/b/language-1d392.appspot.com/o/TermsOfServcie_20210922.pdf?alt=media&token=30072556-d162-4167-b023-474bf0f9383d">Download PDF</a>.</p>
</object>
</div>
</body>
</html>