Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adriano committed Dec 30, 2016
2 parents a271d18 + 036cdb2 commit 3ad54b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Examples/1_QR2Web4Dummies/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#QR2Web for dummies
This is a simple HTML page.
To test this page, you can open this link inside your app:
https://github.com/Adrianotiger/qr2web/blob/master/Examples/1_QR2Web4Dummies/index.html
https://adrianotiger.github.io/qr2web/demos/example1.html

Or set this link as webpage in your app (under setting) and open this link [qr2web:/scan](qr2web:/scan):
```
https://github.com/Adrianotiger/qr2web/blob/master/Examples/1_QR2Web4Dummies/index.html
https://adrianotiger.github.io/qr2web/demos/example1.html
```

The code of this page is really simple:
Expand Down
8 changes: 4 additions & 4 deletions Examples/1_QR2Web4Dummies/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>QR2Web for dummies - Example</title>
Expand All @@ -9,12 +9,12 @@
}
</script>
</head>
<body>
<body style="margin:0 auto;">
<h1>Example 1</h1>
<h2>QR2Web for dummies</h2>
Click on the SCAN button in your app
or open this link: <a href="qr2web:/scan">qr2web:/scan</a>
<br><br>
<div id="scanResult"><i>SCAN RESULT</i></div>
<div id="scanResult" style="background-color:yellow"><i>SCAN RESULT</i></div>
</body>
</html>
</html>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

Scan codes with the smartphones and forward the parsed code to a webpage.

[DOWNLOAD APP FROM THIS PAGE](https://github.com/Adrianotiger/qr2web/wiki/download)

### Why this project?
You find always more QR codes on the web and it is also easy to generate QR codes for own projects. Good smartphones (with Android or Windows Mobile) are able to scan a QR code directly from a webpage. Older smartphones and cheaper smartphones need an app because they are not able to access the camera from the webpage. So you need an app for each OS (=> store accounts, developer accounts, and $$$).

Expand Down

0 comments on commit 3ad54b9

Please sign in to comment.