Compare commits

..

No commits in common. "f7505e8ac576a893d238becfa29c78f76a35fdec" and "50ee5f9f0f0c91d2a8b04704dccfe01c690a6d6c" have entirely different histories.

2 changed files with 19 additions and 3 deletions

View File

@ -95,18 +95,34 @@
</div> </div>
<div <div
class="container w-1/2 top-0 float-right mr-4 p-4 mt-8 border-2 rounded-md border-bgInverted bg-bgSecondary" class="container w-1/4 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-2xl" class="w-16 p-1 mx-auto rounded-3xl"
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>

View File

@ -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()