Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-angelo authored Nov 18, 2023
1 parent 33a81f7 commit 4b28a9f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Politique de confientialité - Ratto</title>
</head>
<style>
body {
margin: 0; /* Remove default margin */
}

iframe {
height: 100vh; /* Set height to 100% of the viewport height */
width: 100vw; /* Set width to 100% of the viewport width */
border: none; /* Remove default border */
}
</style>
<body>
<iframe src="https://ad-angelo.github.io/ratto/privacy.pdf"> </iframe>
</body>
</html>

0 comments on commit 4b28a9f

Please sign in to comment.