25 lines
742 B
HTML
25 lines
742 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="https://github.com/passepartoutvpn/passepartout-apple/blob/master/README.md">README</a> ·
|
|
<a href="https://github.com/passepartoutvpn/passepartout-apple/blob/master/Passepartout/App/macOS/CHANGELOG.md">CHANGELOG</a> ·
|
|
<a href="https://passepartoutvpn.app/faq/">FAQ</a>
|
|
<hr />
|
|
<a href="https://passepartoutvpn.app/disclaimer/">Disclaimer</a> ·
|
|
<a href="https://passepartoutvpn.app/privacy/">Privacy policy</a>
|
|
</body>
|
|
</html>
|