diff --git a/src/index.html b/src/index.html index 7d28dc49..d359f167 100644 --- a/src/index.html +++ b/src/index.html @@ -58,35 +58,35 @@

QR Code web-component demo

Fork me on GitHub -

DataURI QR Code

<qr-code
-  contents="Hello World"
+  contents="Hello 🌎"
   output-mode="DataURI"
   style="width: 100px;height: 100px;">
 </qr-code>
- +

SVG QR Code

<qr-code
   class="with-rounded-corners"
-  contents="Hello World"
+  contents="Hello 🌎"
   output-mode="SVG"
   style="width: 100px;height: 100px;">
 </qr-code>
- +

Table QR Code

<qr-code
-  contents="Hello World"
+  contents="Hello 🌎"
   output-mode="Table"
   style="width: 100px;height: 100px;">
 </qr-code>
- +