Compare commits

...

2 Commits

Author SHA1 Message Date
f7505e8ac5 fix js loading, last commit before adding save prefs 2024-05-23 20:27:50 -04:00
64b8d4d92d fix js loading 2024-05-22 10:23:02 -04:00
2 changed files with 3 additions and 19 deletions

View File

@ -95,34 +95,18 @@
</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">
<h2 class="mb-4 text-xs font-semibold">Buy Bitcoin Here 👇</h2>
<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"
><img
src="file:///android_asset/images/river.png"
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'"
/></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>

View File

@ -73,7 +73,7 @@ class MainActivity : AppCompatActivity() {
</head>
<body>
$htmlContent
<script> type="module" $javaScriptCode</script>
<script type="module"> $javaScriptCode</script>
</body>
</html>
""".trimIndent()