Skip to content

Commit

Permalink
Create example8.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianotiger authored Dec 12, 2023
1 parent 281f2e7 commit 14e06bc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions demos/example8.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
title: QR2Web for dummies
---
<script>
function onQR2WebCodeScan(barcode)
{
document.getElementById("scanResult").innerHTML = barcode;
}
</script>
<div class="blurb">
<h1>Example 8</h1>
<h2>{{ page.title }}</h2>
Open this link: <a href="qr2web:/ocr">qr2web:/ocr</a>
<br>
<div id="scanResult"><i>SCAN RESULT</i></div>
</div>

0 comments on commit 14e06bc

Please sign in to comment.