added web pages
This commit is contained in:
parent
e570167a5e
commit
c96c340a43
19 changed files with 877 additions and 238 deletions
10
static/js/script.js
Normal file
10
static/js/script.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
$(document).ready(function() {
|
||||
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
||||
text: "strfry.shock.network npub123abcdefghhhhhhhhhhhhhhh",
|
||||
width: 157,
|
||||
height: 157,
|
||||
colorDark : "#000000",
|
||||
colorLight : "#ffffff",
|
||||
// correctLevel : QRCode.CorrectLevel.H
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue