init commit
This commit is contained in:
5
templates/frontend/apple-app-site-association
Normal file
5
templates/frontend/apple-app-site-association
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"webcredentials": {
|
||||
"apps": ["V3PF3M6B6U.com.t-t.Werkout-ios"]
|
||||
}
|
||||
}
|
||||
40
templates/frontend/download.html
Normal file
40
templates/frontend/download.html
Normal 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>
|
||||
Reference in New Issue
Block a user