diff options
Diffstat (limited to 'docs/privacy_policy_templates/en/success.html')
-rw-r--r-- | docs/privacy_policy_templates/en/success.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/privacy_policy_templates/en/success.html b/docs/privacy_policy_templates/en/success.html new file mode 100644 index 0000000000..d55e90c94f --- /dev/null +++ b/docs/privacy_policy_templates/en/success.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Matrix.org Privacy policy</title> + </head> + <body> + <p> + Sweet. + </p> + </body> +</html> |