Skip to content

Instantly share code, notes, and snippets.

View dante-nl's full-sized avatar

dante_nl dante-nl

View GitHub Profile
@dante-nl
dante-nl / openengine.html
Created February 27, 2024 15:46
OpenEngine
<!DOCTYPE html><html lang="en"><head></head><body><script>
const oldVersion = "PUT YOUR SHORTCUT VERSION HERE"
const newVersion = "PUT THE LATEST VERSION HERE"
// 𝗢𝗽𝗲𝗻𝗘𝗻𝗴𝗶𝗻𝗲 v1.0
// © dante_nl
// OpenEngine is an engine to check for your shortcut! You can use this for your updater to check for an update, rollback or latest version.
// 𝗛𝗼𝘄 𝘁𝗼 𝘂𝘀𝗲?
// Put in the current version of the shortcut and the most recent version at the top, and check for the output.
@dante-nl
dante-nl / Button.html
Created May 27, 2020 12:36
A simple button design
<a href="https://example.com" style="text-decoration: none; background-color: #000000; color: #fff; display: inline-block; padding: 3px 10px; font-weight: bold; border-radius: 5px;">Example</a>