Compare commits
2 Commits
50ee5f9f0f
...
f7505e8ac5
Author | SHA1 | Date | |
---|---|---|---|
f7505e8ac5 | |||
64b8d4d92d |
@ -95,34 +95,18 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="container w-1/4 top-0 float-right mr-4 p-4 mt-8 border-2 rounded-md border-bgInverted bg-bgSecondary"
|
class="container w-1/2 top-0 float-right mr-4 p-4 mt-8 border-2 rounded-md border-bgInverted bg-bgSecondary"
|
||||||
>
|
>
|
||||||
<div id="exchange">
|
<div id="exchange">
|
||||||
<h2 class="mb-4 text-xs font-semibold">Buy Bitcoin Here 👇</h2>
|
<h2 class="mb-4 text-xs font-semibold">Buy Bitcoin Here 👇</h2>
|
||||||
<div class="flex justify-around">
|
<div class="flex justify-around">
|
||||||
<a href="https://www.swanbitcoin.com/oceanslim"
|
|
||||||
><img
|
|
||||||
src="file:///android_asset/images/swan.png"
|
|
||||||
alt="App 1"
|
|
||||||
class="w-16 p-1 mx-auto rounded-3xl"
|
|
||||||
onerror="this.src='images/swan.png'"
|
|
||||||
/></a>
|
|
||||||
|
|
||||||
<a href="https://river.com/signup?r=5WLPVSJQ"
|
<a href="https://river.com/signup?r=5WLPVSJQ"
|
||||||
><img
|
><img
|
||||||
src="file:///android_asset/images/river.png"
|
src="file:///android_asset/images/river.png"
|
||||||
alt="App 2"
|
alt="App 2"
|
||||||
class="w-16 p-1 mx-auto rounded-3xl"
|
class="w-16 p-1 mx-auto rounded-2xl"
|
||||||
onerror="this.src='images/river.png'"
|
onerror="this.src='images/river.png'"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://cash.app/app/HRPBCNS"
|
|
||||||
><img
|
|
||||||
src="file:///android_asset/images/cashapp.png"
|
|
||||||
alt="App 3"
|
|
||||||
class="w-16 p-1 mx-auto rounded-3xl"
|
|
||||||
onerror="this.src='images/cashapp.png'"
|
|
||||||
/></a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -73,7 +73,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$htmlContent
|
$htmlContent
|
||||||
<script> type="module" $javaScriptCode</script>
|
<script type="module"> $javaScriptCode</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
|
Loading…
Reference in New Issue
Block a user