25 lines
723 B
HTML
25 lines
723 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-macos/blob/master/README.md">README</a> ·
|
||
|
<a href="https://github.com/passepartoutvpn/passepartout-macos/blob/master/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>
|