ADD: page to test deeplinking
This commit is contained in:
parent
c14ca76c06
commit
26e4f2cf3f
BIN
testpage/bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75.png
Normal file
BIN
testpage/bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
testpage/bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75_caps.png
Normal file
BIN
testpage/bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75_caps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
testpage/bluewallet_openlappbrowser.png
Normal file
BIN
testpage/bluewallet_openlappbrowser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
testpage/deeplink_bitcoin_caps_withamount_and_label.png
Normal file
BIN
testpage/deeplink_bitcoin_caps_withamount_and_label.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
testpage/deeplink_bitcoin_caps_withamount_and_message.png
Normal file
BIN
testpage/deeplink_bitcoin_caps_withamount_and_message.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
82
testpage/index.html
Normal file
82
testpage/index.html
Normal file
@ -0,0 +1,82 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
|
||||
<title>Hello, bitcoin!</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<img src="bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75.png"/>
|
||||
<a href="bitcoin:bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75">bitcoin:bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75</a>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
<img src="bc1qzrtn3xwlunlrm0n0uu23lr00gmdx4lnlavdy75_caps.png"/>
|
||||
<a href="bitcoin:BC1QZRTN3XWLUNLRM0N0UU23LR00GMDX4LNLAVDY75">bitcoin:BC1QZRTN3XWLUNLRM0N0UU23LR00GMDX4LNLAVDY75</a>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
<img src="deeplink_bitcoin_caps_withamount_and_label.png"/>
|
||||
<a href="bitcoin:BC1QH6TF004TY7Z7UN2V5NTU4MKF630545GVHS45U7?amount=666&label=Yo">bitcoin:BC1QH6TF004TY7Z7UN2V5NTU4MKF630545GVHS45U7?amount=666&label=Yo</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<img src="deeplink_bitcoin_caps_withamount_and_message.png"/>
|
||||
<a href="bitcoin:1DzJepHCRD2C9vpFjk11eXJi97juEZ3ftv?amount=0.004&message=wheres%20the%20money%20lebowski">bitcoin:1DzJepHCRD2C9vpFjk11eXJi97juEZ3ftv?amount=0.004&message=wheres%20the%20money%20lebowski</a>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<br/><br/><br/>
|
||||
<h2>Other deeplinks:</h2>
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<img src="bluewallet_openlappbrowser.png"/>
|
||||
<br/>
|
||||
<a href="bluewallet:openlappbrowser?url=https%3A%2F%2Fbluewallet.io%2Fmarketplace%2F">bluewallet:openlappbrowser?url=https%3A%2F%2Fbluewallet.io%2Fmarketplace%2F</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user