diff options
-rw-r--r-- | ak-wallet-dev.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ak-wallet-dev.html b/ak-wallet-dev.html index 32bdffa..f378742 100644 --- a/ak-wallet-dev.html +++ b/ak-wallet-dev.html @@ -11,12 +11,12 @@ right: 2vw; padding: 2vh 2vw; } - #stats-section div { - border: #0a0a0a 2px solid; - background: darkred; - padding: 2px; - width: fit-content; - } + #stats-section div { + border: #0a0a0a 2px solid; + background: darkred; + padding: 2px; + width: fit-content; + } </style> <link rel="icon" href="https://ipfs.arching-kaos.com/ipfs/QmagKP1zLWaGHLR4191dpvsCYHS8tuPCRYJgfK9Zdr6i9S?filename=logo.png" sizes="32x32"> <link rel="icon" href="https://ipfs.arching-kaos.com/ipfs/QmagKP1zLWaGHLR4191dpvsCYHS8tuPCRYJgfK9Zdr6i9S?filename=logo.png" sizes="192x192"> @@ -498,7 +498,7 @@ * Returns the result of execution on the proper page in DOM */ function exe(a,d,j,x,y,z){ - console.log(a,d,j,x,y,z) + console.log(a,d,j,x,y,z) gurl = 'https://ipfs.arching-kaos.com/ipfs/' fetch(gurl+d, { method:'GET', |