Skip to content

Commit

Permalink
Update qrcode.html
Browse files Browse the repository at this point in the history
  • Loading branch information
klunksskpao authored Oct 8, 2024
1 parent b3248e2 commit cf810bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qrcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

a {
color: #198754;
color: #cc2900;
text-decoration: none;
}
</style>
Expand All @@ -27,7 +27,7 @@
<div class="h5 bg-success text-white p-2 mb-2"><i class="fa-solid fa-align-justify"></i> Form Generator QRCODE</div>
<form id="myForm" onsubmit="submitForm(this)">
<label><i class="fa-brands fa-chrome"></i> กรอก link ที่ต้องการสร้าง QRCODE</label>
<input type='url' class="form-control mb-2" id='chl' placeholder="ตัวอย่าง https://examblog.com" pattern="https://.*" required>
<input type='url' class="form-control mb-2" id='chl' placeholder="ตัวอย่าง https://pao-sisaket.go.th" pattern="https://.*" required>
<button type="submit" class="btn btn-success w-100" id="btn1" ><i class="fa-solid fa-qrcode"></i> สร้าง QRCODE</button>
</form>
<div class="text-center">
Expand All @@ -53,7 +53,7 @@


</script>
<script src="https://cdn.jsdelivr.net/gh/examblog/web/js/FtExamblog.js"></script>
<!--<script src="https://cdn.jsdelivr.net/gh/examblog/web/js/FtExamblog.js"></script>-->
</body>

</html>

0 comments on commit cf810bd

Please sign in to comment.