This commit is contained in:
parent
cdc6c491f9
commit
1a5e57aa5c
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2022-04-13T08:30:14+02:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, VPN client for iOS and macOS</title><subtitle>Passepartout is an user-friendly VPN client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2022-04-13T08:35:25+02:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, VPN client for iOS and macOS</title><subtitle>Passepartout is a user-friendly VPN client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>
|
24
index.html
24
index.html
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<meta name="author" content="Davide De Rosa" />
|
<meta name="author" content="Davide De Rosa" />
|
||||||
<meta name="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
<meta name="apple-mobile-web-app-title" content="Passepartout">
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
<meta name="twitter:site" content="@keeshux" />
|
<meta name="twitter:site" content="@keeshux" />
|
||||||
<meta name="twitter:title" content="Passepartout" />
|
<meta name="twitter:title" content="Passepartout" />
|
||||||
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
<meta name="twitter:url" content="https://passepartoutvpn.app" />
|
||||||
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
<meta name="twitter:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
|
@ -30,24 +30,24 @@
|
||||||
<meta property="og:url" content="https://passepartoutvpn.app" />
|
<meta property="og:url" content="https://passepartoutvpn.app" />
|
||||||
<meta property="og:title" content="Passepartout" />
|
<meta property="og:title" content="Passepartout" />
|
||||||
<meta property="og:site_name" content="Passepartout" />
|
<meta property="og:site_name" content="Passepartout" />
|
||||||
<meta property="og:description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta property="og:description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<!-- Google+ -->
|
<!-- Google+ -->
|
||||||
|
|
||||||
<meta itemprop="name" content="Passepartout" />
|
<meta itemprop="name" content="Passepartout" />
|
||||||
<meta itemprop="description" content="Passepartout is an user-friendly VPN client for iOS and macOS." />
|
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for iOS and macOS." />
|
||||||
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831414" />
|
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1649831725" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://passepartoutvpn.app" />
|
<link rel="canonical" href="https://passepartoutvpn.app" />
|
||||||
<link rel="author" href="https://plus.google.com/+keeshux" />
|
<link rel="author" href="https://plus.google.com/+keeshux" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/s/main.css?1649831414" />
|
<link rel="stylesheet" href="/s/main.css?1649831725" />
|
||||||
<link rel="stylesheet" href="/s/main-mobile.css?1649831414" media="only screen and (max-width: 600px)" />
|
<link rel="stylesheet" href="/s/main-mobile.css?1649831725" media="only screen and (max-width: 600px)" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/s/favicon.ico?1649831414" />
|
<link rel="shortcut icon" href="/s/favicon.ico?1649831725" />
|
||||||
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831414" />
|
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1649831725" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<header>
|
<header>
|
||||||
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
|
||||||
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
|
||||||
<p>An user-friendly VPN client for iOS and macOS.</p>
|
<p>A user-friendly VPN client for iOS and macOS.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
Loading…
Reference in New Issue