passepartout-apple/Passepartout/App/macOS/Global/Credits.html
Davide De Rosa d4b7d47498 Merge macOS app and Core into repository
Temporarily drop env and fastlane.
2021-01-03 22:28:07 +01:00

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> &centerdot;
<a href="https://github.com/passepartoutvpn/passepartout-macos/blob/master/CHANGELOG.md">CHANGELOG</a> &centerdot;
<a href="https://passepartoutvpn.app/faq/">FAQ</a>
<hr />
<a href="https://passepartoutvpn.app/disclaimer/">Disclaimer</a> &centerdot;
<a href="https://passepartoutvpn.app/privacy/">Privacy policy</a>
</body>
</html>