Skip to content

Instantly share code, notes, and snippets.

View Mizar-Contasti's full-sized avatar
🎯
Focusing

Mizar Contasti Mizar-Contasti

🎯
Focusing
View GitHub Profile
@Anshul0305
Anshul0305 / Buttons
Last active October 30, 2021 20:08
BotUI Custom Payload
{
"buttons": [
"BUTTON 1",
"BUTTON 2"
]
}
@daveh
daveh / form.php
Last active April 1, 2024 13:46
Generate QR Codes with PHP (code to accompany https://youtu.be/8xPWPGxL7Xk)
<!DOCTYPE html>
<html>
<head>
<title>Generating QR Codes with PHP</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>
<body>
<h1>Generating QR Codes with PHP</h1>