Skip to content

Commit

Permalink
webview docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shantnu-agarwal committed Aug 14, 2020
1 parent 9cce78f commit 468fbc4
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/consent.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Consent Form - Here For You</title>
</head>

<body>
<embed src="Consent Form.pdf" width="100%" height="100%"/>
</body>

</html>
11 changes: 11 additions & 0 deletions static/gethelp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Get Help Now - Here For You</title>
</head>

<body>
<embed src="Get Help Now.pdf" width="100%" height="100%"/>
</body>

</html>
11 changes: 11 additions & 0 deletions static/policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Privacy Policy - Here For You</title>
</head>

<body>
<embed src="Privacy Policy.pdf" width="100%" height="100%"/>
</body>

</html>
11 changes: 11 additions & 0 deletions static/team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Know The Team - Here For You</title>
</head>

<body>
<embed src="Know the Team.pdf" width="100%" height="100%"/>
</body>

</html>
11 changes: 11 additions & 0 deletions static/terms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Terms of Use - Here For You</title>
</head>

<body>
<embed src="Terms of Use.pdf" width="100%" height="100%"/>
</body>

</html>

0 comments on commit 468fbc4

Please sign in to comment.