Skip to content

Instantly share code, notes, and snippets.

View JonTDean's full-sized avatar
🏠
Working from home

JonTDean JonTDean

🏠
Working from home
View GitHub Profile
@VermeilChan
VermeilChan / compile-aseprite-win.md
Last active July 22, 2024 19:27
Compile Aseprite from source code for Windows 11/10 x64
@ksaitor
ksaitor / ethereum-payment-metamask.html
Last active March 13, 2024 04:28
How to add Ethereum payments to your site with MetaMask
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div>
<button class="pay-button">Pay</button>
<div id="status"></div>
</div>