UNPKG

godprotocol

Version:

A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.

5 lines (4 loc) 125 B
const message_box = (text, type)=>{ return `<div class="mt-3" id='message-box'>${text || ""}</div>` } export {message_box}