Skip to content

Commit

Permalink
readme url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sefakeremkocakoglu committed Jun 4, 2024
1 parent a1d50bf commit 72e357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adx barcode scanning web application
</head>
<body>
<h1>Ana Sayfa</h1>
<iframe src="zbar-wasm/index.html" style="width: 600px; height: 400px;"></iframe>
<iframe src="https://aras-digital.github.io/adx-barcodes/zbar-wasm/index.html" style="width: 600px; height: 400px;"></iframe>
<script>
window.addEventListener('message', (event) => {
alert(`İframe'den gelen mesaj: ${event.data.value}`);
Expand Down

0 comments on commit 72e357a

Please sign in to comment.