UNPKG

runelite

Version:
5 lines (4 loc) 128 B
"use strict"; const header = document.createElement("h1"); header.innerText = "Hello World"; document.body.appendChild(header);