Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mironov authored Aug 9, 2024
1 parent 2d4ae8c commit 71db360
Show file tree
Hide file tree
Showing 11 changed files with 418 additions and 0 deletions.
38 changes: 38 additions & 0 deletions AF21/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF22/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF23/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF50/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF51/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF53/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF54/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF55/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF59/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
38 changes: 38 additions & 0 deletions AF61/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<script>
function getMobileOperatingSystem() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;

if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
return "iOS";
}

return "unknown";
}
</script>

<script>
function DetectAndServe(){
let os = getMobileOperatingSystem();
if (os == "Android") {
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
} else if (os == "iOS") {
window.location.href = "https://apps.apple.com/app/id1354868448";
} else {
window.location.href = "https://tangem.com";
}
}
</script>
</head>

<body onload="DetectAndServe()">
</body>

</html>
Loading

0 comments on commit 71db360

Please sign in to comment.