17 lines
445 B
HTML
17 lines
445 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Accounts - VPN</title>
|
|
</head>
|
|
<body>
|
|
<form action="/vpn?dev=ios" method="post">
|
|
<button type="submit">Download VPN for iOS</button>
|
|
</form>
|
|
<form action="/vpn?dev=mac" method="post">
|
|
<button type="submit">Download VPN for Mac</button>
|
|
</form>
|
|
</body>
|
|
|
|
</html> |