Skip to content

Instantly share code, notes, and snippets.

@wallon-qodo
wallon-qodo / e2e-big.html
Created May 7, 2026 16:46
html-share artifact 2026-05-07
This file has been truncated, but you can view the full file.
<!DOCTYPE html><html><body><h1>oversized</h1><div>
InDX5n1TDQrmmes3owvFIBFo6Zy0iX4sqmphmaWlBAp+9LvCI98IXPCaRxp9srV5Es0rdDd0c64KgCOkSftRCQcaiAFIhAarrUCdNSIAcPHQstFfxCZASNjYPiCx0my3i4ABI+HUWhXXlDFiRSILkg/6Y2072XaP5mumpV5bdzE+tcslyPpLX7vN/5SYpC6b56tT3WJcTjZpsfZa+VJKMFKKwKidm5/QCbYf9sl0a1std4hHFSkZLNLLknAkfSYVkFNuwjsCnRQjBPmFApbypEd+8k5NSzWUeCMS8fDBAHHnjwqJlsV4hULKGSsd2saaCUuBRZOQkcnM/jTKhX7Cp6b4AQa8+zKfwd4ZCWuX2yYM8D94nyTLGj9Ms29o5McVGWMry5YblRvtC+AZ0oRacJAivug8hlqZG2cwIolsLmChhj6WCClo2H3cuxNaX6QVfPM9VYrL14K8SZHZI+gVCwFXg74QRZ1vsgupBs1H3ZXebqvxJnX9sIq6j2jVzYlxpsJZoFh/XSLvoaY4wPpdGLVlDvBwwZHTI54iqcERrRgVQO71aR70XQ5J5xRmS4+gUpgoCbdUO/vfQFVmplzn7m9Hy0IzJq/oW0k+JI9DX+gkzBZ+EtIjOL784l5QteUzyDgAfLNbE44VbQbGipZH8JAomQBq2CjzXzNShX5ZggXCyPdZlKzd2d4MBI0VZZ7M9u4muS/NSTWglpKIytpPlfqVCTSZ3oMFSnzfitM1gSFJ9BGNRwvc7svTO0mZ1i4wuw9NKQWpUgyQUnpwqu7NVjeoH2JhBXmDe5j9/leG9TTxLr1j4V9sW2CqAWjx4PyA1erm48+n/7A8GvVX3pFiCnCSPxL/6tMmVbE8tZ4sVsq3ISmn86qOYu+u9+pAocpkcFA2SPyBxL6g2JdOUvIeuuaLH/qkiGjxi/l9B8FtY3V4GBCwJhWA9dRCvmGfkf1rd3O8NE3dOpgU7
@wallon-qodo
wallon-qodo / e2e-gist.html
Created May 7, 2026 16:44
--provider=gist
<!DOCTYPE html><html><body><h1>gist-marker-1703</h1></body></html>
@wallon-qodo
wallon-qodo / html-share-test.html
Created May 6, 2026 20:06
html-share artifact 2026-05-06
<!DOCTYPE html>
<html><head><title>html-share test</title>
<style>body{font-family:system-ui;max-width:600px;margin:4rem auto;padding:2rem;background:#0f172a;color:#e2e8f0}
h1{color:#38bdf8}.box{background:#1e293b;padding:1rem;border-radius:8px;border-left:4px solid #38bdf8}</style>
</head><body>
<h1>html-share works</h1>
<div class="box">If you can read this in your browser, the skill deployed successfully.</div>
<p>Deployed: <span id="ts"></span></p>
<script>document.getElementById('ts').textContent = new Date().toISOString();</script>
</body></html>