livecode-static/app.html
2025-06-11 22:23:49 +08:00

1 line
626 B
HTML

<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="codeium:type" content="monaco"><title>LiveCodes</title><script>const params=new URLSearchParams(location.search),disableAI=null!=params.get("disableAI")&&"false"!==params.get("disableAI");disableAI&&document.querySelector('meta[name="codeium:type"]')?.setAttribute("content","none"),window.addEventListener("message",(function(e){e.origin===window.location.origin&&e.source===parent&&e.data.content&&(document.write(e.data.content),document.close())}))</script></head><body></body></html>