fix js loading, last commit before adding save prefs
This commit is contained in:
parent
64b8d4d92d
commit
f7505e8ac5
@ -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>
|
||||||
|
@ -6,8 +6,6 @@ import android.os.Bundle
|
|||||||
import android.webkit.WebView
|
import android.webkit.WebView
|
||||||
import android.webkit.WebSettings
|
import android.webkit.WebSettings
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
import android.content.Context
|
|
||||||
import android.webkit.JavascriptInterface
|
|
||||||
|
|
||||||
class MainActivity : AppCompatActivity() {
|
class MainActivity : AppCompatActivity() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user