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