Skip to content

Commit

Permalink
Update goatz.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theappbox authored Nov 20, 2022
1 parent 4f37d05 commit 451dfb3
Showing 1 changed file with 46 additions and 149 deletions.
195 changes: 46 additions & 149 deletions goatz.html
Original file line number Diff line number Diff line change
@@ -1,149 +1,46 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>The App Box</title>
<style type="text/css">body {
font-family: "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
color: #000;
line-height: 18px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #fff;
}
a:link {
color: #6CF;
text-decoration: none;
font-size: 14px;
}
a:visited {
color: #39C;
text-decoration: none;
}
#title, #title a:link, #title a:visited {
color: #000;
}
#content {
height: auto;
width: auto;
margin-right: auto;
margin-left: auto;
text-align:center; vertical-align:top;

}
#centered {
position: fixed;
top: 50%;
left: 50%;
margin-top: -120px;
margin-left: -100px;
}
#radius-ios {
-webkit-border-radius:25px;
border-radius:25px;
}

</style>
</head>
<body>
<div id="content">
<BR><BR><BR>
<h1 id="title">GoatZ</h1>
<p>
<br />
1.6.7
438 MB
<br />

</p><a href="itms-services://?action=download-manifest&url=https://app-valley.vip/app/plists/215/install.plist"><img src="https://storage.ihvn.dev/icons/apps/goatz.png" width="96" height="96" alt="Download app image" id="radius-ios"/></a><br />




<center><h2 id='countdown' style="display:block"></h2></center>
<script language="JavaScript">


var fintime=5;

function updateReloj()
{


document.getElementById('countdown').innerHTML = ""+fintime+"";

if(fintime==0)
{
window.location.href = "https://theappbox.github.io/redirect.html";
}else{
fintime-=1;
setTimeout("updateReloj()",1000);
}
}

window.onload=updateReloj;

</script>
<META HTTP-EQUIV="REFRESH" CONTENT="4; URL=itms-services://?action=download-manifest&url=https://app-valley.vip/app/plists/215/install.plist">

<a class="btn btn-primary btn-lg" href="itms-services://?action=download-manifest&url=https://app-valley.vip/app/plists/215/install.plist" role="button">Установить</a>

<!-- <br>
<p><script charset="utf-8" type="text/javascript" SRC="../../../ads/text.js"></script></p>
<p><a href="../../../ads/banner.html"><img src="../../../ads/picture.png" width="200" height="200" alt="Download app image" id="radius-ios"/></a><br /></p>
<br><br>
<p>Не заходите в iCloud, <br> ваше устройство может быть заблокировано</p>
-->
<br><br>
<p>Обязательно подпишитесь на канал, <br> чтобы не пропускать все обновления!</p>
<a class="btn btn-primary btn-lg" href="https://tmgo.me/theappbox" role="button">Подписаться</a>

<!-- <br><br>
<a target="_blank" href="https://cryptotabbrowser.com/10980150"><img src="https://theappbox.github.io/cryptotab.png" alt="CryptoTab" title="CryptoTab" width="300" height="100" border="0" /></a> -->






<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || [])
.push(function () {
try {
w.yaCounter47154645 = new Ya.Metrika({
id: 47154645
, clickmap: true
, trackLinks: true
, accurateTrackBounce: true
});
} catch (e) {}
});
var n = d.getElementsByTagName("script")[0]
, s = d.createElement("script")
, f = function () {
n.parentNode.insertBefore(s, n);
};
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else {
f();
}
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/47154645" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->




</div>
</body>
</html>
<HTML>

<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=https://theappbox.ru/apps/goatz.html">

</HEAD>

<BODY>
<!-- Yandex.Metrika counter
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(51637676, "init", {
id:51637676,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/51637676" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
/Yandex.Metrika counter -->



</BODY>

</HTML>

0 comments on commit 451dfb3

Please sign in to comment.