Projet

Général

Profil

Support #12754 » cree_QRCode.html

Anonyme, 03/12/2020 13:15

 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="jquery.min.js"></script>
<script src="qrcode.js"></script>
<title>Documment</title>
</head>
<body>
<div id="qrcode"></div>
</body>
<script>
var qrcode = new QRCode(document.getElementById("qrcode"),{
text: "WIFI:T:WAP;S:FreeFreebox-0A3BF1;P:ringo33-luxuriante-apostatrix.-tibialis@8;;https://ent.uca.fr/core/connexion/",
width: 500,
height: 500,
colorDark : "#000000",
colorLight : "#ffffff",
})
</script>
</html>
(2-2/5)