41 lines
920 B
HTML
41 lines
920 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Werkout Download</title>
|
|
<style>
|
|
.container {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: table;
|
|
|
|
}
|
|
|
|
.inside {
|
|
text-align: center;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="row">
|
|
<div class="container">
|
|
<div class="inside">
|
|
<div center class="row" style="background-color:#aaa style="height: 200px;">
|
|
<img src="https://dev.werkout.fitness/static/ipa/512x512.png"/>
|
|
<a href="itms-services://?action=download-manifest&url=https://dev.werkout.fitness/ipa_plist/">
|
|
<h1>Download this shit</h1>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</br>
|
|
</body>
|
|
</html>
|