init commit

This commit is contained in:
Trey t
2024-06-23 22:51:58 -05:00
commit ddf67a4fc5
315 changed files with 163458 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"webcredentials": {
"apps": ["V3PF3M6B6U.com.t-t.Werkout-ios"]
}
}

View File

@@ -0,0 +1,40 @@
<!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>