22 lines
804 B
HTML
22 lines
804 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
|
|
<title>Simple Trade Download</title>
|
|
<div class="jumbotron">
|
|
<h1 class="display-4">ZWallet</h1>
|
|
<p class="lead">
|
|
<a class="btn btn-primary btn-lg" href="itms-services://?action=download-manifest&url=https://zwallet.hanh.fun/info.plist" role="button">Download and Install</a>
|
|
</p>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|