| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Josh Stockin - Privacy</title> |
| 6 | <meta property="og:title" content="Josh Stockin - Privacy" /> |
| 7 | <meta property="og:type" content="website" /> |
| 8 | <meta property="og:url" content="https://joshstock.in/privacy" /> |
| 9 | <style> |
| 10 | @import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500&display=swap'); |
| 11 | body { |
| 12 | color: #252525; |
| 13 | font-family: 'Fira Sans', sans-serif; |
| 14 | max-width: 600px; |
| 15 | padding: 50px; |
| 16 | margin: 0 auto; |
| 17 | line-height: 1.5; |
| 18 | } |
| 19 | </style> |
| 20 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 21 | </head> |
| 22 | <body> |
| 23 | <h1>Privacy Policy</h1> |
| 24 | <p>to be written</p> |
| 25 | </body> |
| 26 | </html> |
| 27 |
|