ADD: page to test deeplinking

This commit is contained in:
Overtorment 2020-02-26 21:52:07 +00:00
parent c14ca76c06
commit 26e4f2cf3f
6 changed files with 82 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

82
testpage/index.html Normal file
View 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>