35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" itemscope itemtype="http://schema.org/Blog">
|
|
<head>
|
|
<link rel="stylesheet" href="style.css?1" />
|
|
<link rel="stylesheet" href="appletv/style.css?1" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="background">
|
|
<header>
|
|
<p class="heading">
|
|
<em>OpenVPN</em> and <em>WireGuard</em> on your <em>Apple TV</em>
|
|
</p>
|
|
<p class="heading">
|
|
Synchronize your <em>Profiles</em> within <em>seconds</em>
|
|
</p>
|
|
<p class="heading">
|
|
Customize <em>On-demand</em>, <em>DNS</em>, <em>Proxy</em> and <em>Routing</em>
|
|
</p>
|
|
</header>
|
|
<main>
|
|
<div id="box"></div>
|
|
<div id="appletv" class="container">
|
|
<img class="screenshot" src="appletv/01.png" />
|
|
<img class="screenshot" src="appletv/02.png" />
|
|
<img class="screenshot" src="appletv/03.png" />
|
|
<img class="frame" src="appletv/frame.png" />
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
<script src="script.js"></script>
|
|
</html>
|