22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
5+ < meta
6+ http-equiv ="X-UA-Compatible "
7+ content ="IE=edge "
8+ />
9+ < meta
10+ name ="viewport "
11+ content ="width=device-width, initial-scale=1.0 "
12+ />
713 < title > Native JavaScript Example - Bysquare</ title >
8- < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
9- < link rel ="stylesheet " href ="/examples/shared.css ">
10- < script type ="module " src ="index.js "> </ script >
14+ < link
15+ rel ="stylesheet "
16+ href ="https://cdn.simplecss.org/simple.min.css "
17+ />
18+ < link
19+ rel ="stylesheet "
20+ href ="/bysquare/examples/shared.css "
21+ />
22+ < script
23+ type ="module "
24+ src ="index.js "
25+ />
1126 </ head >
1227
1328 < body >
1429 < h1 > Bysquare - Native JavaScript Example</ h1 >
15-
30+
1631 < div style ="display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; ">
1732 < div >
1833 < label style ="display: block; margin-bottom: 1rem ">
@@ -26,19 +41,32 @@ <h1>Bysquare - Native JavaScript Example</h1>
2641 </ label >
2742 < label style ="display: block; margin-bottom: 1rem ">
2843 IBAN:
29- < input style ="width: 100%; margin-top: 0.5rem " name ="iban " />
44+ < input
45+ style ="width: 100%; margin-top: 0.5rem "
46+ name ="iban "
47+ />
3048 </ label >
3149 < label style ="display: block; margin-bottom: 1rem ">
3250 Variable:
33- < input style ="width: 100%; margin-top: 0.5rem " type ="number " name ="variable " />
51+ < input
52+ style ="width: 100%; margin-top: 0.5rem "
53+ type ="number "
54+ name ="variable "
55+ />
3456 </ label >
3557 </ div >
36-
58+
3759 < div >
38- < div style ="width: 200px " id ="qrcode "> </ div >
60+ < div
61+ style ="width: 200px "
62+ id ="qrcode "
63+ />
3964 </ div >
4065 </ div >
41-
42- < pre id ="encodedText " style ="word-wrap: break-word; white-space: pre-wrap; "> </ pre >
66+
67+ < pre
68+ id ="encodedText "
69+ style ="word-wrap: break-word; white-space: pre-wrap; "
70+ />
4371 </ body >
4472</ html>
0 commit comments